diff options
Diffstat (limited to 'Source/JavaScriptCore/bytecode/ResolveGlobalStatus.h')
-rw-r--r-- | Source/JavaScriptCore/bytecode/ResolveGlobalStatus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/bytecode/ResolveGlobalStatus.h b/Source/JavaScriptCore/bytecode/ResolveGlobalStatus.h index 46a9254e7..6763ff7c8 100644 --- a/Source/JavaScriptCore/bytecode/ResolveGlobalStatus.h +++ b/Source/JavaScriptCore/bytecode/ResolveGlobalStatus.h @@ -26,7 +26,7 @@ #ifndef ResolveGlobalStatus_h #define ResolveGlobalStatus_h -#include "JSValue.h" +#include "JSCJSValue.h" #include "PropertyOffset.h" #include <wtf/NotFound.h> |