| Index: third_party/WebKit/Source/core/dom/ElementRareData.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ElementRareData.cpp b/third_party/WebKit/Source/core/dom/ElementRareData.cpp
|
| index dc7f0ffa3ba8181f6a6ff73c15be7398fc808276..81bd77ed20fe7838c8667405f1894b7b3d4639d1 100644
|
| --- a/third_party/WebKit/Source/core/dom/ElementRareData.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ElementRareData.cpp
|
| @@ -42,8 +42,8 @@ struct SameSizeAsElementRareData : NodeRareData {
|
| short indices[1];
|
| LayoutSize sizeForResizing;
|
| IntSize scrollOffset;
|
| - void* pointers[10];
|
| - Member<void*> persistentMember[5];
|
| + void* pointers[2];
|
| + Member<void*> members[13];
|
| };
|
|
|
| CSSStyleDeclaration& ElementRareData::ensureInlineCSSStyleDeclaration(Element* ownerElement)
|
|
|