| Index: Source/core/dom/ElementRareData.cpp
|
| diff --git a/Source/core/dom/ElementRareData.cpp b/Source/core/dom/ElementRareData.cpp
|
| index 08934494c16d767e836bef33f315ebc46ac14930..d17b53471d549b72f434589b7ac926ceca9f08e9 100644
|
| --- a/Source/core/dom/ElementRareData.cpp
|
| +++ b/Source/core/dom/ElementRareData.cpp
|
| @@ -39,7 +39,8 @@ struct SameSizeAsElementRareData : NodeRareData {
|
| short indices[2];
|
| LayoutSize sizeForResizing;
|
| IntSize scrollOffset;
|
| - void* pointers[13];
|
| + void* pointers[12];
|
| + PersistentWillBeMember<void*> member[1];
|
| };
|
|
|
| CSSStyleDeclaration& ElementRareData::ensureInlineCSSStyleDeclaration(Element* ownerElement)
|
|
|