Index: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp |
diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp |
index 122d3b75b7cca2322dca1804c5d333cc12482544..82d7ae3c8cb997b103eee2ff50641c9de63e5ec4 100644 |
--- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp |
+++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp |
@@ -40,7 +40,8 @@ public: |
LineClampValue lineClamps; |
DraggableRegionMode draggableRegions; |
- void* dataRefs[10]; |
+ void* dataRefs[8]; |
+ DataPersistent<void*> dataPersistents[2]; |
void* ownPtrs[4]; |
Persistent<void*> persistentHandles[2]; |
void* refPtrs[2]; |