| Index: third_party/WebKit/Source/core/loader/FrameLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.cpp b/third_party/WebKit/Source/core/loader/FrameLoader.cpp
|
| index 366381b26f82d44d63080a8d9779170b2d996918..2418069ca883d73aeae967db1c5deec1fdea4c09 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.cpp
|
| @@ -1376,7 +1376,7 @@ void FrameLoader::commitProvisionalLoad() {
|
| // setJSStatusBarText since it may cause clients to attempt to render the
|
| // frame.
|
| if (!m_stateMachine.creatingInitialEmptyDocument()) {
|
| - DOMWindow* window = m_frame->domWindow();
|
| + LocalDOMWindow* window = m_frame->domWindow();
|
| window->setStatus(String());
|
| window->setDefaultStatus(String());
|
| }
|
|
|