Chromium Code Reviews| Index: Source/core/dom/ElementRareData.cpp |
| diff --git a/Source/core/dom/ElementRareData.cpp b/Source/core/dom/ElementRareData.cpp |
| index 85889c3aae58cf8308c2f8d6667077078ed1cf54..3d78db7270711dedb096a7d12b9d9c70445cfdde 100644 |
| --- a/Source/core/dom/ElementRareData.cpp |
| +++ b/Source/core/dom/ElementRareData.cpp |
| @@ -40,7 +40,7 @@ struct SameSizeAsElementRareData : NodeRareData { |
| unsigned bitfields; |
| LayoutSize sizeForResizing; |
| IntSize scrollOffset; |
| - void* pointers[11]; |
| + void* pointers[12]; |
|
dominicc (has gone to gerrit)
2014/03/03 04:32:23
What's the performance impact of this?
|
| }; |
| CSSStyleDeclaration* ElementRareData::ensureInlineCSSStyleDeclaration(Element* ownerElement) |