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