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

Unified Diff: third_party/WebKit/Source/core/dom/ActiveDOMObjectTest.cpp

Issue 2318913002: Rename Document::attach/detachLayoutTree to Document::initialize/shutdown (Closed)
Patch Set: temp Created 4 years, 3 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/dom/ActiveDOMObjectTest.cpp
diff --git a/third_party/WebKit/Source/core/dom/ActiveDOMObjectTest.cpp b/third_party/WebKit/Source/core/dom/ActiveDOMObjectTest.cpp
index 4947f680d29615e8cf3f9aac5bcfedb2f07825ab..f08e948c8d2caae6f812e50048bd006ff129ee44 100644
--- a/third_party/WebKit/Source/core/dom/ActiveDOMObjectTest.cpp
+++ b/third_party/WebKit/Source/core/dom/ActiveDOMObjectTest.cpp
@@ -103,7 +103,7 @@ TEST_F(ActiveDOMObjectTest, MoveToSuspendedDocument)
TEST_F(ActiveDOMObjectTest, MoveToStoppedDocument)
{
- destDocument().detachLayoutTree();
+ destDocument().shutdown();
EXPECT_CALL(activeDOMObject(), stop());
activeDOMObject().didMoveToNewExecutionContext(&destDocument());
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | third_party/WebKit/Source/core/dom/Document.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698