Index: Source/core/html/HTMLNoScriptElement.cpp |
diff --git a/Source/core/html/HTMLNoScriptElement.cpp b/Source/core/html/HTMLNoScriptElement.cpp |
index 6f902d9fff21b6764f18bfcc8cb2365e8806653d..9f1893f591306b7523a5e8377b175a793fe53bf8 100644 |
--- a/Source/core/html/HTMLNoScriptElement.cpp |
+++ b/Source/core/html/HTMLNoScriptElement.cpp |
@@ -47,7 +47,7 @@ inline HTMLNoScriptElement::HTMLNoScriptElement(Document& document) |
DEFINE_NODE_FACTORY(HTMLNoScriptElement) |
-bool HTMLNoScriptElement::layoutObjectIsNeeded(const LayoutStyle& style) |
+bool HTMLNoScriptElement::layoutObjectIsNeeded(const ComputedStyle& style) |
{ |
if (document().frame()->script().canExecuteScripts(NotAboutToExecuteScript)) |
return false; |