| Index: third_party/WebKit/Source/core/frame/Location.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Location.cpp b/third_party/WebKit/Source/core/frame/Location.cpp
|
| index d030155cb7043e5f3ab4b6180a5122315cf081e1..23ffea3f928abc94a847abfa7895fcc0773158e1 100644
|
| --- a/third_party/WebKit/Source/core/frame/Location.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Location.cpp
|
| @@ -286,7 +286,7 @@ Document* Location::document() const {
|
| }
|
|
|
| bool Location::isAttached() const {
|
| - return m_domWindow->frame() && m_domWindow->frame()->host();
|
| + return m_domWindow->frame();
|
| }
|
|
|
| } // namespace blink
|
|
|