diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/Identifier.cpp')
-rw-r--r-- | Source/JavaScriptCore/runtime/Identifier.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/JavaScriptCore/runtime/Identifier.cpp b/Source/JavaScriptCore/runtime/Identifier.cpp index 0fc54f3c6..a9a2a66bf 100644 --- a/Source/JavaScriptCore/runtime/Identifier.cpp +++ b/Source/JavaScriptCore/runtime/Identifier.cpp @@ -23,10 +23,10 @@ #include "CallFrame.h" #include "JSObject.h" +#include "JSScope.h" #include "NumericStrings.h" -#include "ScopeChain.h" -#include <new> // for placement new -#include <string.h> // for strlen +#include <new> +#include <string.h> #include <wtf/Assertions.h> #include <wtf/FastMalloc.h> #include <wtf/HashSet.h> |