diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/PropertyNameArray.cpp')
-rw-r--r-- | Source/JavaScriptCore/runtime/PropertyNameArray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/runtime/PropertyNameArray.cpp b/Source/JavaScriptCore/runtime/PropertyNameArray.cpp index 9bae94097..08a5296a4 100644 --- a/Source/JavaScriptCore/runtime/PropertyNameArray.cpp +++ b/Source/JavaScriptCore/runtime/PropertyNameArray.cpp @@ -22,7 +22,7 @@ #include "PropertyNameArray.h" #include "JSObject.h" -#include "ScopeChain.h" + #include "Structure.h" #include "StructureChain.h" |