| Index: Source/core/html/HTMLPlugInElement.cpp
|
| diff --git a/Source/core/html/HTMLPlugInElement.cpp b/Source/core/html/HTMLPlugInElement.cpp
|
| index ab3437384edf67d99b2927784eb30a79fd36cbe2..e7ff3b7b9b44ba84f0dba5620ee13302d1508a30 100644
|
| --- a/Source/core/html/HTMLPlugInElement.cpp
|
| +++ b/Source/core/html/HTMLPlugInElement.cpp
|
| @@ -263,7 +263,7 @@ void HTMLPlugInElement::detach(const AttachContext& context)
|
| HTMLFrameOwnerElement::detach(context);
|
| }
|
|
|
| -LayoutObject* HTMLPlugInElement::createLayoutObject(const LayoutStyle& style)
|
| +LayoutObject* HTMLPlugInElement::createLayoutObject(const ComputedStyle& style)
|
| {
|
| // Fallback content breaks the DOM->Renderer class relationship of this
|
| // class and all superclasses because createObject won't necessarily return
|
|
|