diff options
Diffstat (limited to 'Source/WebCore/ForwardingHeaders/runtime/FunctionConstructor.h')
-rw-r--r-- | Source/WebCore/ForwardingHeaders/runtime/FunctionConstructor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/ForwardingHeaders/runtime/FunctionConstructor.h b/Source/WebCore/ForwardingHeaders/runtime/FunctionConstructor.h new file mode 100644 index 000000000..a1962ed06 --- /dev/null +++ b/Source/WebCore/ForwardingHeaders/runtime/FunctionConstructor.h @@ -0,0 +1,4 @@ +#ifndef WebCore_FWD_FunctionConstructor_h +#define WebCore_FWD_FunctionConstructor_h +#include <JavaScriptCore/FunctionConstructor.h> +#endif |