| 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 b5b17480081d4a9ca3393ccb6c49fca925dcf201..5ad6f3a364b649147e4f84259d33fdde23f3c3fd 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| @@ -187,7 +187,7 @@ void HTMLFrameElementBase::setLocation(const String& str)
|
| {
|
| m_URL = AtomicString(str);
|
|
|
| - if (inShadowIncludingDocument())
|
| + if (isConnected())
|
| openURL(false);
|
| }
|
|
|
|
|