summaryrefslogtreecommitdiffstats
path: root/WebCore/ForwardingHeaders/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/ForwardingHeaders/runtime')
-rw-r--r--WebCore/ForwardingHeaders/runtime/JSCell.h4
-rw-r--r--WebCore/ForwardingHeaders/runtime/StructureChain.h5
2 files changed, 9 insertions, 0 deletions
diff --git a/WebCore/ForwardingHeaders/runtime/JSCell.h b/WebCore/ForwardingHeaders/runtime/JSCell.h
new file mode 100644
index 0000000..83a1575
--- /dev/null
+++ b/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/WebCore/ForwardingHeaders/runtime/StructureChain.h b/WebCore/ForwardingHeaders/runtime/StructureChain.h
new file mode 100644
index 0000000..7c60fa7
--- /dev/null
+++ b/WebCore/ForwardingHeaders/runtime/StructureChain.h
@@ -0,0 +1,5 @@
+#ifndef WebCore_FWD_StructureChain_h
+#define WebCore_FWD_StructureChain_h
+#include <JavaScriptCore/StructureChain.h>
+#endif
+