| 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 783f9c4301f10f37660fe7c80f60c71f3432b3e1..9cc70b054cc65b18b11ca33f6bc0377953f8b046 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| @@ -71,11 +71,6 @@ bool HTMLFrameElementBase::isURLAllowed() const {
|
| BindingSecurity::ErrorReportOption::Report))
|
| return false;
|
| }
|
| -
|
| - LocalFrame* parentFrame = document().frame();
|
| - if (parentFrame)
|
| - return parentFrame->isURLAllowed(completeURL);
|
| -
|
| return true;
|
| }
|
|
|
|
|