| Index: Source/core/html/HTMLPlugInElement.cpp
|
| diff --git a/Source/core/html/HTMLPlugInElement.cpp b/Source/core/html/HTMLPlugInElement.cpp
|
| index ba7f10ff3e4155fa9c224af326ed089594a4cbde..9962a4eb0b0fc3d559e756ca5517fdb919a4e6e2 100644
|
| --- a/Source/core/html/HTMLPlugInElement.cpp
|
| +++ b/Source/core/html/HTMLPlugInElement.cpp
|
| @@ -483,7 +483,7 @@ bool HTMLPlugInElement::loadPlugin(const KURL& url, const String& mimeType, cons
|
| m_persistedPluginWidget = widget;
|
| }
|
| document().setContainsPlugins();
|
| - scheduleLayerUpdate();
|
| + scheduleSVGFilterLayerUpdateHack();
|
| return true;
|
| }
|
|
|
|
|