| Index: third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp b/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
|
| index ed05618b07ae7bac1f96455b39d745f2e253b58f..62e35ac8948a52c3d2aad03ee6238deaf14ed3f5 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
|
| @@ -469,7 +469,7 @@ bool HTMLPlugInElement::allowedToLoadFrameURL(const String& url) {
|
| !document().getSecurityOrigin()->canAccess(
|
| contentFrame()->securityContext()->getSecurityOrigin()))
|
| return false;
|
| - return document().frame()->isURLAllowed(completeURL);
|
| + return true;
|
| }
|
|
|
| // We don't use m_url, or m_serviceType as they may not be the final values
|
|
|