| Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| index 57c4765081cc252bb1073a41379e3bf0d86f6413..a189504769737ca63758d92bad6578ba4118d5fc 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| @@ -834,7 +834,7 @@ PluginData* LocalFrame::pluginData() const
|
| {
|
| if (!loader().allowPlugins(NotAboutToInstantiatePlugin))
|
| return nullptr;
|
| - return page()->pluginData();
|
| + return page()->pluginData(tree().top()->securityContext()->getSecurityOrigin());
|
| }
|
|
|
| DEFINE_WEAK_IDENTIFIER_MAP(LocalFrame);
|
|
|