| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| index effbefbb46f186b7f95c195705259317585868d5..4e251e8667affcd3a9775b91600b79e9ae8c9ffd 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -348,7 +348,7 @@ Document* LocalDOMWindow::InstallNewDocument(const String& mime_type,
|
| if (!GetFrame())
|
| return document_;
|
|
|
| - GetFrame()->Script().UpdateDocument();
|
| + GetFrame()->GetScriptController().UpdateDocument();
|
| document_->UpdateViewportDescription();
|
|
|
| if (GetFrame()->GetPage() && GetFrame()->View()) {
|
|
|