Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp

Issue 2164493002: Renamed Node::attach to Node::attachLayoutTree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 19537c930850f9368ded4c8a178258888a1bba83..c4a059307de6b1293aaed7458d4d9f9d2c06e543 100644
--- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
+++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
@@ -355,7 +355,7 @@ Document* LocalDOMWindow::installNewDocument(const String& mimeType, const Docum
m_document = createDocument(mimeType, init, forceXHTML);
m_eventQueue = DOMWindowEventQueue::create(m_document.get());
- m_document->attach();
+ m_document->attachLayoutTree();
if (!frame())
return m_document;

Powered by Google App Engine
This is Rietveld 408576698