| Index: Source/core/dom/ElementRareData.cpp
|
| diff --git a/Source/core/dom/ElementRareData.cpp b/Source/core/dom/ElementRareData.cpp
|
| index 6aa9c5ce2847ca823f6aed23446ac98b3ad16f54..42d508343a0e7e2fb97e03a468eb3f750b63fcf5 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[12];
|
| + void* pointers[11];
|
| + OwnPtrWillBePersistent<ActiveAnimations> m_activeAnimations;
|
| };
|
|
|
| CSSStyleDeclaration& ElementRareData::ensureInlineCSSStyleDeclaration(Element* ownerElement)
|
|
|