summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/ForwardingHeaders/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/ForwardingHeaders/runtime')
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/ArgList.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/ArrayPrototype.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/BooleanObject.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/CallData.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/Collector.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/Completion.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/ConstructData.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/DateInstance.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/Error.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/ExceptionHelpers.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/FunctionConstructor.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/FunctionPrototype.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/Identifier.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/InitializeThreading.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/InternalFunction.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/JSAPIValueWrapper.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/JSArray.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/JSByteArray.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/JSCell.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/JSFunction.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/JSGlobalData.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/JSGlobalObject.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/JSLock.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/JSNumberCell.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/JSObject.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/JSObjectWithGlobalObject.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/JSString.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/JSValue.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/Lookup.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/ObjectPrototype.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/Operations.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/PropertyNameArray.h5
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/Protect.h5
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/PrototypeFunction.h5
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/RegExp.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/RegExpObject.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/RopeImpl.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/StringObject.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/StringObjectThatMasqueradesAsUndefined.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/StringPrototype.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/Structure.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/StructureChain.h5
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/SymbolTable.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/UString.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/UStringBuilder.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/UStringImpl.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/WeakGCMap.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/runtime/WeakGCPtr.h4
48 files changed, 196 insertions, 0 deletions
diff --git a/Source/WebCore/ForwardingHeaders/runtime/ArgList.h b/Source/WebCore/ForwardingHeaders/runtime/ArgList.h
new file mode 100644
index 0000000..ce334d4
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/ArgList.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_ArgList_h
+#define WebCore_FWD_ArgList_h
+#include <JavaScriptCore/ArgList.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/ArrayPrototype.h b/Source/WebCore/ForwardingHeaders/runtime/ArrayPrototype.h
new file mode 100644
index 0000000..51b7996
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/ArrayPrototype.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_ArrayPrototype_h
+#define WebCore_FWD_ArrayPrototype_h
+#include <JavaScriptCore/ArrayPrototype.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/BooleanObject.h b/Source/WebCore/ForwardingHeaders/runtime/BooleanObject.h
new file mode 100644
index 0000000..49d6fc3
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/BooleanObject.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_BooleanObject_h
+#define WebCore_FWD_BooleanObject_h
+#include <JavaScriptCore/BooleanObject.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/CallData.h b/Source/WebCore/ForwardingHeaders/runtime/CallData.h
new file mode 100644
index 0000000..03ecef8
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/CallData.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_CallData_h
+#define WebCore_FWD_CallData_h
+#include <JavaScriptCore/CallData.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/Collector.h b/Source/WebCore/ForwardingHeaders/runtime/Collector.h
new file mode 100644
index 0000000..d133a27
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/Collector.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_Collector_h
+#define WebCore_FWD_Collector_h
+#include <JavaScriptCore/Collector.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/Completion.h b/Source/WebCore/ForwardingHeaders/runtime/Completion.h
new file mode 100644
index 0000000..9dd6291
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/Completion.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_Completion_h
+#define WebCore_FWD_Completion_h
+#include <JavaScriptCore/Completion.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/ConstructData.h b/Source/WebCore/ForwardingHeaders/runtime/ConstructData.h
new file mode 100644
index 0000000..bd04e51
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/ConstructData.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_ConstructData_h
+#define WebCore_FWD_ConstructData_h
+#include <JavaScriptCore/ConstructData.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/DateInstance.h b/Source/WebCore/ForwardingHeaders/runtime/DateInstance.h
new file mode 100644
index 0000000..c75cfed
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/DateInstance.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_DateInstance_h
+#define WebCore_FWD_DateInstance_h
+#include <JavaScriptCore/DateInstance.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/Error.h b/Source/WebCore/ForwardingHeaders/runtime/Error.h
new file mode 100644
index 0000000..7ddeab1
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/Error.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_Error_h
+#define WebCore_FWD_Error_h
+#include <JavaScriptCore/Error.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/ExceptionHelpers.h b/Source/WebCore/ForwardingHeaders/runtime/ExceptionHelpers.h
new file mode 100644
index 0000000..661c61a
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/ExceptionHelpers.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_ExceptionHelpers_h
+#define WebCore_FWD_ExceptionHelpers_h
+#include <JavaScriptCore/ExceptionHelpers.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/FunctionConstructor.h b/Source/WebCore/ForwardingHeaders/runtime/FunctionConstructor.h
new file mode 100644
index 0000000..a1962ed
--- /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
diff --git a/Source/WebCore/ForwardingHeaders/runtime/FunctionPrototype.h b/Source/WebCore/ForwardingHeaders/runtime/FunctionPrototype.h
new file mode 100644
index 0000000..1db3b83
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/FunctionPrototype.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_FunctionPrototype_h
+#define WebCore_FWD_FunctionPrototype_h
+#include <JavaScriptCore/FunctionPrototype.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/Identifier.h b/Source/WebCore/ForwardingHeaders/runtime/Identifier.h
new file mode 100644
index 0000000..63f1e42
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/Identifier.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_Identifier_h
+#define WebCore_FWD_Identifier_h
+#include <JavaScriptCore/Identifier.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/InitializeThreading.h b/Source/WebCore/ForwardingHeaders/runtime/InitializeThreading.h
new file mode 100644
index 0000000..bd4f735
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/InitializeThreading.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_InitializeThreadingn_h
+#define WebCore_FWD_InitializeThreading_h
+#include <JavaScriptCore/InitializeThreading.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/InternalFunction.h b/Source/WebCore/ForwardingHeaders/runtime/InternalFunction.h
new file mode 100644
index 0000000..78df9aa
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/InternalFunction.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_InternalFunction_h
+#define WebCore_FWD_InternalFunction_h
+#include <JavaScriptCore/InternalFunction.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/JSAPIValueWrapper.h b/Source/WebCore/ForwardingHeaders/runtime/JSAPIValueWrapper.h
new file mode 100644
index 0000000..955a610
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/JSAPIValueWrapper.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_JSAPIValueWrapper_h
+#define WebCore_FWD_JSAPIValueWrapper_h
+#include <JavaScriptCore/JSAPIValueWrapper.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/JSArray.h b/Source/WebCore/ForwardingHeaders/runtime/JSArray.h
new file mode 100644
index 0000000..5271c27
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/JSArray.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_JSArray_h
+#define WebCore_FWD_JSArray_h
+#include <JavaScriptCore/JSArray.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/JSByteArray.h b/Source/WebCore/ForwardingHeaders/runtime/JSByteArray.h
new file mode 100644
index 0000000..ce5140f
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/JSByteArray.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_JSByteArray_h
+#define WebCore_FWD_JSByteArray_h
+#include <JavaScriptCore/JSByteArray.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/JSCell.h b/Source/WebCore/ForwardingHeaders/runtime/JSCell.h
new file mode 100644
index 0000000..83a1575
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/JSCell.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_JSCell_h
+#define WebCore_FWD_JSCell_h
+#include <JavaScriptCore/JSCell.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/JSFunction.h b/Source/WebCore/ForwardingHeaders/runtime/JSFunction.h
new file mode 100644
index 0000000..614b3da
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/JSFunction.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_JSFunction_h
+#define WebCore_FWD_JSFunction_h
+#include <JavaScriptCore/JSFunction.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/JSGlobalData.h b/Source/WebCore/ForwardingHeaders/runtime/JSGlobalData.h
new file mode 100644
index 0000000..3f98c22
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/JSGlobalData.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_JSGlobalData_h
+#define WebCore_FWD_JSGlobalData_h
+#include <JavaScriptCore/JSGlobalData.h>
+#endif
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
diff --git a/Source/WebCore/ForwardingHeaders/runtime/JSLock.h b/Source/WebCore/ForwardingHeaders/runtime/JSLock.h
new file mode 100644
index 0000000..8e6a629
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/JSLock.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_JSLock_h
+#define WebCore_FWD_JSLock_h
+#include <JavaScriptCore/JSLock.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/JSNumberCell.h b/Source/WebCore/ForwardingHeaders/runtime/JSNumberCell.h
new file mode 100644
index 0000000..e8d3227
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/JSNumberCell.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_JSNumberCell_h
+#define WebCore_FWD_JSNumberCell_h
+#include <JavaScriptCore/JSNumberCell.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/JSObject.h b/Source/WebCore/ForwardingHeaders/runtime/JSObject.h
new file mode 100644
index 0000000..6c79855
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/JSObject.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_JSObject_h
+#define WebCore_FWD_JSObject_h
+#include <JavaScriptCore/JSObject.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/JSObjectWithGlobalObject.h b/Source/WebCore/ForwardingHeaders/runtime/JSObjectWithGlobalObject.h
new file mode 100644
index 0000000..2f49b16
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/JSObjectWithGlobalObject.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_JSObjectWithGlobalObject_h
+#define WebCore_FWD_JSObjectWithGlobalObject_h
+#include <JavaScriptCore/JSObjectWithGlobalObject.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/JSString.h b/Source/WebCore/ForwardingHeaders/runtime/JSString.h
new file mode 100644
index 0000000..6409607
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/JSString.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_JSString_h
+#define WebCore_FWD_JSString_h
+#include <JavaScriptCore/JSString.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/JSValue.h b/Source/WebCore/ForwardingHeaders/runtime/JSValue.h
new file mode 100644
index 0000000..d4c21ca
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/JSValue.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_JSValue_h
+#define WebCore_FWD_JSValue_h
+#include <JavaScriptCore/JSValue.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/Lookup.h b/Source/WebCore/ForwardingHeaders/runtime/Lookup.h
new file mode 100644
index 0000000..99936d9
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/Lookup.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_Lookup_h
+#define WebCore_FWD_Lookup_h
+#include <JavaScriptCore/Lookup.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/ObjectPrototype.h b/Source/WebCore/ForwardingHeaders/runtime/ObjectPrototype.h
new file mode 100644
index 0000000..f890af1
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/ObjectPrototype.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_ObjectPrototype_h
+#define WebCore_FWD_ObjectPrototype_h
+#include <JavaScriptCore/ObjectPrototype.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/Operations.h b/Source/WebCore/ForwardingHeaders/runtime/Operations.h
new file mode 100644
index 0000000..95ed34c
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/Operations.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_Operations_h
+#define WebCore_FWD_Operations_h
+#include <JavaScriptCore/Operations.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/PropertyNameArray.h b/Source/WebCore/ForwardingHeaders/runtime/PropertyNameArray.h
new file mode 100644
index 0000000..2fdf2d0
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/PropertyNameArray.h
@@ -0,0 +1,5 @@
+#ifndef WebCore_FWD_PropertyNameArray_h
+#define WebCore_FWD_PropertyNameArray_h
+#include <JavaScriptCore/PropertyNameArray.h>
+#endif
+
diff --git a/Source/WebCore/ForwardingHeaders/runtime/Protect.h b/Source/WebCore/ForwardingHeaders/runtime/Protect.h
new file mode 100644
index 0000000..76dc11c
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/Protect.h
@@ -0,0 +1,5 @@
+#ifndef WebCore_FWD_Protect_h
+#define WebCore_FWD_Protect_h
+#include <JavaScriptCore/Protect.h>
+#endif
+
diff --git a/Source/WebCore/ForwardingHeaders/runtime/PrototypeFunction.h b/Source/WebCore/ForwardingHeaders/runtime/PrototypeFunction.h
new file mode 100644
index 0000000..9a46fd7
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/PrototypeFunction.h
@@ -0,0 +1,5 @@
+#ifndef WebCore_FWD_PrototypeFunction_h
+#define WebCore_FWD_PrototypeFunction_h
+#include <JavaScriptCore/PrototypeFunction.h>
+#endif
+
diff --git a/Source/WebCore/ForwardingHeaders/runtime/RegExp.h b/Source/WebCore/ForwardingHeaders/runtime/RegExp.h
new file mode 100644
index 0000000..b6e8894
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/RegExp.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_RegExp_h
+#define WebCore_FWD_RegExp_h
+#include <JavaScriptCore/RegExp.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/RegExpObject.h b/Source/WebCore/ForwardingHeaders/runtime/RegExpObject.h
new file mode 100644
index 0000000..b3f2516
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/RegExpObject.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_RegExpObject_h
+#define WebCore_FWD_RegExpObject_h
+#include <JavaScriptCore/RegExpObject.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/RopeImpl.h b/Source/WebCore/ForwardingHeaders/runtime/RopeImpl.h
new file mode 100644
index 0000000..c1f323c
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/RopeImpl.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_RopeImpl_h
+#define WebCore_FWD_RopeImpl_h
+#include <JavaScriptCore/RopeImpl.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/StringObject.h b/Source/WebCore/ForwardingHeaders/runtime/StringObject.h
new file mode 100644
index 0000000..0b9a23b
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/StringObject.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_StringObject_h
+#define WebCore_FWD_StringObject_h
+#include <JavaScriptCore/StringObject.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/StringObjectThatMasqueradesAsUndefined.h b/Source/WebCore/ForwardingHeaders/runtime/StringObjectThatMasqueradesAsUndefined.h
new file mode 100644
index 0000000..6faa056
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/StringObjectThatMasqueradesAsUndefined.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_StringObjectThatMasqueradesAsUndefined_h
+#define WebCore_FWD_StringObjectThatMasqueradesAsUndefined_h
+#include <JavaScriptCore/StringObjectThatMasqueradesAsUndefined.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/StringPrototype.h b/Source/WebCore/ForwardingHeaders/runtime/StringPrototype.h
new file mode 100644
index 0000000..f0786d4
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/StringPrototype.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_StringPrototype_h
+#define WebCore_FWD_StringPrototype_h
+#include <JavaScriptCore/StringPrototype.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/Structure.h b/Source/WebCore/ForwardingHeaders/runtime/Structure.h
new file mode 100644
index 0000000..2333978
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/Structure.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_Structure_h
+#define WebCore_FWD_Structure_h
+#include <JavaScriptCore/Structure.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/StructureChain.h b/Source/WebCore/ForwardingHeaders/runtime/StructureChain.h
new file mode 100644
index 0000000..7c60fa7
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/StructureChain.h
@@ -0,0 +1,5 @@
+#ifndef WebCore_FWD_StructureChain_h
+#define WebCore_FWD_StructureChain_h
+#include <JavaScriptCore/StructureChain.h>
+#endif
+
diff --git a/Source/WebCore/ForwardingHeaders/runtime/SymbolTable.h b/Source/WebCore/ForwardingHeaders/runtime/SymbolTable.h
new file mode 100644
index 0000000..cb099a0
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/SymbolTable.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_SymbolTable_h
+#define WebCore_FWD_SymbolTable_h
+#include <JavaScriptCore/SymbolTable.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/UString.h b/Source/WebCore/ForwardingHeaders/runtime/UString.h
new file mode 100644
index 0000000..d985aa5
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/UString.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_UString_h
+#define WebCore_FWD_UString_h
+#include <JavaScriptCore/UString.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/UStringBuilder.h b/Source/WebCore/ForwardingHeaders/runtime/UStringBuilder.h
new file mode 100644
index 0000000..592a783
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/UStringBuilder.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_UStringBuilder_h
+#define WebCore_FWD_UStringBuilder_h
+#include <JavaScriptCore/UStringBuilder.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/UStringImpl.h b/Source/WebCore/ForwardingHeaders/runtime/UStringImpl.h
new file mode 100644
index 0000000..94167a4
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/UStringImpl.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_UStringImpl_h
+#define WebCore_FWD_UStringImpl_h
+#include <JavaScriptCore/UStringImpl.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/WeakGCMap.h b/Source/WebCore/ForwardingHeaders/runtime/WeakGCMap.h
new file mode 100644
index 0000000..89432a8
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/WeakGCMap.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_WeakGCMap_h
+#define WebCore_FWD_WeakGCMap_h
+#include <JavaScriptCore/WeakGCMap.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/runtime/WeakGCPtr.h b/Source/WebCore/ForwardingHeaders/runtime/WeakGCPtr.h
new file mode 100644
index 0000000..e87f8f2
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/runtime/WeakGCPtr.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_WeakGCPtr_h
+#define WebCore_FWD_WeakGCPtr_h
+#include <JavaScriptCore/WeakGCPtr.h>
+#endif