diff options
Diffstat (limited to 'Source/JavaScriptCore/bytecode/MethodOfGettingAValueProfile.h')
-rw-r--r-- | Source/JavaScriptCore/bytecode/MethodOfGettingAValueProfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/bytecode/MethodOfGettingAValueProfile.h b/Source/JavaScriptCore/bytecode/MethodOfGettingAValueProfile.h index 0f5c2be7b..c6fe6c5f0 100644 --- a/Source/JavaScriptCore/bytecode/MethodOfGettingAValueProfile.h +++ b/Source/JavaScriptCore/bytecode/MethodOfGettingAValueProfile.h @@ -34,7 +34,7 @@ // these #if's will disappear... #if ENABLE(DFG_JIT) -#include "JSValue.h" +#include "JSCJSValue.h" namespace JSC { |