| Index: third_party/WebKit/Source/core/html/ImageDocumentTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/ImageDocumentTest.cpp b/third_party/WebKit/Source/core/html/ImageDocumentTest.cpp
|
| index 9873d8db82f09471c74d4b5c8671c79ff86caa53..28b344e0616a10e82a6a15261ac6fd75f78d441b 100644
|
| --- a/third_party/WebKit/Source/core/html/ImageDocumentTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/ImageDocumentTest.cpp
|
| @@ -98,7 +98,7 @@ void ImageDocumentTest::createDocumentWithoutLoadingImage(int viewWidth,
|
| LocalFrame& frame = m_dummyPageHolder->frame();
|
| frame.document()->shutdown();
|
| DocumentInit init(KURL(), &frame);
|
| - frame.localDOMWindow()->installNewDocument("image/jpeg", init);
|
| + frame.domWindow()->installNewDocument("image/jpeg", init);
|
| }
|
|
|
| void ImageDocumentTest::createDocument(int viewWidth, int viewHeight) {
|
|
|