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 edd8ba49ea8b1c9ec448c0b24d0993b3ef4cbc1e..0f6cbf976e500eb7981510327cdfe99243b2ad07 100644 |
--- a/third_party/WebKit/Source/core/dom/ElementRareData.cpp |
+++ b/third_party/WebKit/Source/core/dom/ElementRareData.cpp |
@@ -31,17 +31,17 @@ |
#include "config.h" |
#include "core/dom/ElementRareData.h" |
+#include "core/dom/ProxiedPropertyCounts.h" |
#include "core/style/ComputedStyle.h" |
namespace blink { |
struct SameSizeAsElementRareData : NodeRareData { |
- short indices[2]; |
+ short indices[1]; |
LayoutSize sizeForResizing; |
IntSize scrollOffset; |
- void* pointer; |
- RawPtrWillBeMember<void*> willbeMember[11]; |
- PersistentWillBeMember<void*> persistent[1]; |
+ void* pointers[13]; |
+ PersistentWillBeMember<void*> member[1]; |
}; |
CSSStyleDeclaration& ElementRareData::ensureInlineCSSStyleDeclaration(Element* ownerElement) |