| Index: Source/core/html/HTMLEmbedElement.cpp
|
| diff --git a/Source/core/html/HTMLEmbedElement.cpp b/Source/core/html/HTMLEmbedElement.cpp
|
| index a994f6310e55f914b6e6c8a98f84febdba4e1973..2cd250a7c5de6a2ccb7bad854a815f4d36a91c6f 100644
|
| --- a/Source/core/html/HTMLEmbedElement.cpp
|
| +++ b/Source/core/html/HTMLEmbedElement.cpp
|
| @@ -149,7 +149,7 @@ void HTMLEmbedElement::updateWidgetInternal()
|
| requestObject(m_url, m_serviceType, paramNames, paramValues);
|
| }
|
|
|
| -bool HTMLEmbedElement::layoutObjectIsNeeded(const LayoutStyle& style)
|
| +bool HTMLEmbedElement::layoutObjectIsNeeded(const ComputedStyle& style)
|
| {
|
| if (isImageType())
|
| return HTMLPlugInElement::layoutObjectIsNeeded(style);
|
|
|