| 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());
|
|
|