| 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 8c87d6f0e8a1fcd3e7c11546f3dae35390a19173..25ccd5183aace9b179e16402d0c33b6dc9b3bdb3 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -318,7 +318,7 @@ Document* LocalDOMWindow::installNewDocument(const String& mimeType, const Docum
|
|
|
| m_document = createDocument(mimeType, init, forceXHTML);
|
| m_eventQueue = DOMWindowEventQueue::create(m_document.get());
|
| - m_document->attachLayoutTree();
|
| + m_document->initialize();
|
|
|
| if (!frame())
|
| return m_document;
|
|
|