diff options
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGLongLivedState.h')
-rw-r--r-- | Source/JavaScriptCore/dfg/DFGLongLivedState.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGLongLivedState.h b/Source/JavaScriptCore/dfg/DFGLongLivedState.h index 277cee886..77fab0407 100644 --- a/Source/JavaScriptCore/dfg/DFGLongLivedState.h +++ b/Source/JavaScriptCore/dfg/DFGLongLivedState.h @@ -26,12 +26,10 @@ #ifndef DFGLongLivedState_h #define DFGLongLivedState_h -#include <wtf/Platform.h> - #if ENABLE(DFG_JIT) #include "DFGNodeAllocator.h" -#include <wtf/FastAllocBase.h> +#include <wtf/FastMalloc.h> #include <wtf/Noncopyable.h> namespace JSC { namespace DFG { |