Index: Source/core/html/HTMLTitleElement.cpp |
diff --git a/Source/core/html/HTMLTitleElement.cpp b/Source/core/html/HTMLTitleElement.cpp |
index 9fe258002d23d4947406ad555e29d9780a3575bf..2be1e5e03ab2b7c363067fbaa4302fb90fd82a50 100644 |
--- a/Source/core/html/HTMLTitleElement.cpp |
+++ b/Source/core/html/HTMLTitleElement.cpp |
@@ -28,7 +28,7 @@ |
#include "core/dom/ChildListMutationScope.h" |
#include "core/dom/Document.h" |
#include "core/dom/Text.h" |
-#include "core/layout/style/LayoutStyle.h" |
+#include "core/layout/style/ComputedStyle.h" |
#include "core/layout/style/StyleInheritedData.h" |
#include "wtf/text/StringBuilder.h" |