| Index: Source/core/html/HTMLPlugInElement.cpp
|
| diff --git a/Source/core/html/HTMLPlugInElement.cpp b/Source/core/html/HTMLPlugInElement.cpp
|
| index d57dbf011482ce04e1963674130255f894d2e3bc..b735c1e27a5997b21779958c956414efd9bccd1b 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);
|
| }
|
|
|
| -RenderObject* HTMLPlugInElement::createRenderer(RenderStyle* style)
|
| +RenderObject* HTMLPlugInElement::createRenderer(const RenderStyle* style)
|
| {
|
| // Fallback content breaks the DOM->Renderer class relationship of this
|
| // class and all superclasses because createObject won't necessarily return
|
|
|