| Index: third_party/WebKit/Source/core/page/Page.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/Page.cpp b/third_party/WebKit/Source/core/page/Page.cpp
|
| index 0ae0ab8d4573026765ff80b967787317550b4104..12e5a4b4fa9a4fd8756c2355ea7b2b20410d69b7 100644
|
| --- a/third_party/WebKit/Source/core/page/Page.cpp
|
| +++ b/third_party/WebKit/Source/core/page/Page.cpp
|
| @@ -258,9 +258,6 @@ void Page::refreshPlugins()
|
|
|
| PluginData* Page::pluginData() const
|
| {
|
| - if (!mainFrame()->isLocalFrame()
|
| - || !deprecatedLocalMainFrame()->loader().allowPlugins(NotAboutToInstantiatePlugin))
|
| - return nullptr;
|
| if (!m_pluginData)
|
| m_pluginData = PluginData::create(this);
|
| return m_pluginData.get();
|
|
|