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