diff options
Diffstat (limited to 'Source/JavaScriptCore/profiler/ProfilerExecutionCounter.h')
-rw-r--r-- | Source/JavaScriptCore/profiler/ProfilerExecutionCounter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/profiler/ProfilerExecutionCounter.h b/Source/JavaScriptCore/profiler/ProfilerExecutionCounter.h index 2884bc5dc..8989e38b5 100644 --- a/Source/JavaScriptCore/profiler/ProfilerExecutionCounter.h +++ b/Source/JavaScriptCore/profiler/ProfilerExecutionCounter.h @@ -26,7 +26,7 @@ #ifndef ProfilerExecutionCounter_h #define ProfilerExecutionCounter_h -#include <wtf/FastAllocBase.h> +#include <wtf/FastMalloc.h> #include <wtf/Noncopyable.h> namespace JSC { namespace Profiler { |