diff options
Diffstat (limited to 'Source/JavaScriptCore/profiler/ProfilerCompiledBytecode.cpp')
-rw-r--r-- | Source/JavaScriptCore/profiler/ProfilerCompiledBytecode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/profiler/ProfilerCompiledBytecode.cpp b/Source/JavaScriptCore/profiler/ProfilerCompiledBytecode.cpp index 455a48ed9..4891c315c 100644 --- a/Source/JavaScriptCore/profiler/ProfilerCompiledBytecode.cpp +++ b/Source/JavaScriptCore/profiler/ProfilerCompiledBytecode.cpp @@ -28,7 +28,7 @@ #include "JSGlobalObject.h" #include "ObjectConstructor.h" -#include "Operations.h" +#include "JSCInlines.h" namespace JSC { namespace Profiler { |