Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(883)

Unified Diff: Source/core/html/HTMLNoScriptElement.cpp

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/HTMLNoScriptElement.h ('k') | Source/core/html/HTMLOptGroupElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/html/HTMLNoScriptElement.h ('k') | Source/core/html/HTMLOptGroupElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698