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