| 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 4af1d5ce7305e90dfc506e40839b5ba823d9034f..8dd785789d7b4e7af7297b3b975728ce0040cd94 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| @@ -188,7 +188,7 @@ void HTMLFrameElementBase::setLocation(const String& str)
|
| {
|
| m_URL = AtomicString(str);
|
|
|
| - if (inDocument())
|
| + if (inShadowIncludingDocument())
|
| openURL(false);
|
| }
|
|
|
|
|