| Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| index 45cf6917e7ef553671e5368311fd6165371e64b3..42ebd733f884b203c31ce423db41c6718b218291 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| @@ -283,7 +283,7 @@ bool HTMLFrameOwnerElement::loadOrRedirectSubframe(const KURL& url, const Atomic
|
| return true;
|
| }
|
|
|
| - if (!document().securityOrigin()->canDisplay(url)) {
|
| + if (!document().getSecurityOrigin()->canDisplay(url)) {
|
| FrameLoader::reportLocalLoadFailed(parentFrame.get(), url.getString());
|
| return false;
|
| }
|
|
|