| 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 e4220b0b5b1494729f2daa86f1eb9b9e50c45ba1..88be6698d689f437bdd3657d96da553c12d95759 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;
|
| }
|
|
|
|
|