Index: Source/core/html/HTMLNoEmbedElement.cpp |
diff --git a/Source/core/html/HTMLNoEmbedElement.cpp b/Source/core/html/HTMLNoEmbedElement.cpp |
index c3b386a08181da3f860dd39fcdc30980fff0692e..3feab6fbbf7df54511ce8d4e8c744efce01e0d33 100644 |
--- a/Source/core/html/HTMLNoEmbedElement.cpp |
+++ b/Source/core/html/HTMLNoEmbedElement.cpp |
@@ -47,7 +47,7 @@ inline HTMLNoEmbedElement::HTMLNoEmbedElement(Document& document) |
DEFINE_NODE_FACTORY(HTMLNoEmbedElement) |
-bool HTMLNoEmbedElement::layoutObjectIsNeeded(const LayoutStyle& style) |
+bool HTMLNoEmbedElement::layoutObjectIsNeeded(const ComputedStyle& style) |
{ |
if (document().frame()->loader().allowPlugins(NotAboutToInstantiatePlugin)) |
return false; |