| Index: third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| index 7837cc17c4b58bd37b60232802b9f898d5e034f4..ca2a99cfc6124907dce4c32c4bc93595e231a1fe 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| @@ -67,7 +67,7 @@ bool HTMLFrameElementBase::isURLAllowed() const {
|
| ? currentDOMWindow(isolate)
|
| : document().domWindow();
|
| if (!BindingSecurity::shouldAllowAccessToFrame(
|
| - accessingWindow, contentFrame(),
|
| + accessingWindow, *contentFrame(),
|
| BindingSecurity::ErrorReportOption::Report))
|
| return false;
|
| }
|
|
|