Reviewed by Darin.
* WebKitPrefix.h:
Include FastMalloc.h from C++ code.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17281
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-10-24 Anders Carlsson <acarlsson@apple.com>
+
+ Reviewed by Darin.
+
+ * WebKitPrefix.h:
+ Include FastMalloc.h from C++ code.
+
2006-10-24 Darin Adler <darin@apple.com>
Reviewed by Anders.
#include <JavaScriptCore/Platform.h>
+#ifdef __cplusplus
+#include <wtf/FastMalloc.h>
+#endif
+
/* Work around bug with C++ library that screws up Objective-C++ when exception support is disabled. */
#undef try
#undef catch