diff options
Diffstat (limited to 'WebCore/ForwardingHeaders/runtime')
-rw-r--r-- | WebCore/ForwardingHeaders/runtime/CollectorHeapIterator.h | 4 | ||||
-rw-r--r-- | WebCore/ForwardingHeaders/runtime/ExceptionHelpers.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/WebCore/ForwardingHeaders/runtime/CollectorHeapIterator.h b/WebCore/ForwardingHeaders/runtime/CollectorHeapIterator.h deleted file mode 100644 index fcfe26d..0000000 --- a/WebCore/ForwardingHeaders/runtime/CollectorHeapIterator.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef WebCore_FWD_CollectorHeapIterator_h -#define WebCore_FWD_CollectorHeapIterator_h -#include <JavaScriptCore/CollectorHeapIterator.h> -#endif diff --git a/WebCore/ForwardingHeaders/runtime/ExceptionHelpers.h b/WebCore/ForwardingHeaders/runtime/ExceptionHelpers.h new file mode 100644 index 0000000..661c61a --- /dev/null +++ b/WebCore/ForwardingHeaders/runtime/ExceptionHelpers.h @@ -0,0 +1,4 @@ +#ifndef WebCore_FWD_ExceptionHelpers_h +#define WebCore_FWD_ExceptionHelpers_h +#include <JavaScriptCore/ExceptionHelpers.h> +#endif |