diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/JSGlobalData.h')
-rw-r--r-- | Source/JavaScriptCore/runtime/JSGlobalData.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/runtime/JSGlobalData.h b/Source/JavaScriptCore/runtime/JSGlobalData.h index e4e6784da..68e0e25d1 100644 --- a/Source/JavaScriptCore/runtime/JSGlobalData.h +++ b/Source/JavaScriptCore/runtime/JSGlobalData.h @@ -244,6 +244,7 @@ namespace JSC { Strong<Structure> regExpStructure; Strong<Structure> sharedSymbolTableStructure; Strong<Structure> structureChainStructure; + Strong<Structure> sparseArrayValueMapStructure; IdentifierTable* identifierTable; CommonIdentifiers* propertyNames; |