| Index: Source/core/dom/ElementRareData.cpp
 | 
| diff --git a/Source/core/dom/ElementRareData.cpp b/Source/core/dom/ElementRareData.cpp
 | 
| index 42d508343a0e7e2fb97e03a468eb3f750b63fcf5..37f9430b144f794f3665a523ccc4b61fb8a89069 100644
 | 
| --- a/Source/core/dom/ElementRareData.cpp
 | 
| +++ b/Source/core/dom/ElementRareData.cpp
 | 
| @@ -37,7 +37,6 @@ namespace WebCore {
 | 
|  
 | 
|  struct SameSizeAsElementRareData : NodeRareData {
 | 
|      short indices[2];
 | 
| -    LayoutSize sizeForResizing;
 | 
|      IntSize scrollOffset;
 | 
|      void* pointers[11];
 | 
|      OwnPtrWillBePersistent<ActiveAnimations> m_activeAnimations;
 | 
| 
 |