| 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 f8994763229deb863bc57a0cd484389cac84d545..66aa1f2aeaf50bff4420f900c6186943fb9d8b15 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());
|
| }
|
|
|