Index: Source/core/dom/ElementRareData.cpp |
diff --git a/Source/core/dom/ElementRareData.cpp b/Source/core/dom/ElementRareData.cpp |
index 04479f0096c385d4cf80053f699a9a1b6968c307..85889c3aae58cf8308c2f8d6667077078ed1cf54 100644 |
--- a/Source/core/dom/ElementRareData.cpp |
+++ b/Source/core/dom/ElementRareData.cpp |
@@ -31,7 +31,6 @@ |
#include "config.h" |
#include "core/dom/ElementRareData.h" |
-#include "core/rendering/RegionOversetState.h" |
#include "core/rendering/style/RenderStyle.h" |
namespace WebCore { |
@@ -39,7 +38,6 @@ namespace WebCore { |
struct SameSizeAsElementRareData : NodeRareData { |
short indices[2]; |
unsigned bitfields; |
- RegionOversetState regionOversetState; |
LayoutSize sizeForResizing; |
IntSize scrollOffset; |
void* pointers[11]; |