diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/LiteralParser.h')
-rw-r--r-- | Source/JavaScriptCore/runtime/LiteralParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/runtime/LiteralParser.h b/Source/JavaScriptCore/runtime/LiteralParser.h index c0f308ee5..fac97571c 100644 --- a/Source/JavaScriptCore/runtime/LiteralParser.h +++ b/Source/JavaScriptCore/runtime/LiteralParser.h @@ -27,8 +27,8 @@ #define LiteralParser_h #include "Identifier.h" +#include "JSCJSValue.h" #include "JSGlobalObjectFunctions.h" -#include "JSValue.h" #include <wtf/text/WTFString.h> namespace JSC { |