Index: Source/web/WebElement.cpp |
diff --git a/Source/web/WebElement.cpp b/Source/web/WebElement.cpp |
index 74d7fe6a8759a8985d239e77c3f51f4c127d90b5..b5ca6ffe51cacadf1ea9c1e65109b1eb6f2f4428 100644 |
--- a/Source/web/WebElement.cpp |
+++ b/Source/web/WebElement.cpp |
@@ -37,8 +37,8 @@ |
#include "core/dom/NamedNodeMap.h" |
#include "core/dom/custom/CustomElementProcessingStack.h" |
#include "core/dom/shadow/ShadowRoot.h" |
+#include "core/layout/LayoutObject.h" |
#include "core/rendering/RenderBoxModelObject.h" |
-#include "core/rendering/RenderObject.h" |
#include "public/platform/WebRect.h" |
#include "public/web/WebDocument.h" |
#include "wtf/PassRefPtr.h" |