| Index: third_party/WebKit/Source/core/html/HTMLSelectElementTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLSelectElementTest.cpp
|
| index 467e4f95941214d4487ac4dcddaa5c3ad35b2cdd..aa25e5c40f4b0e6414dcf9bf573c2024434f9afa 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSelectElementTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSelectElementTest.cpp
|
| @@ -152,7 +152,7 @@ TEST_F(HTMLSelectElementTest, PopupIsVisible)
|
| EXPECT_FALSE(select->popupIsVisible());
|
| select->showPopup();
|
| EXPECT_TRUE(select->popupIsVisible());
|
| - document().detachLayoutTree();
|
| + document().shutdown();
|
| EXPECT_FALSE(select->popupIsVisible());
|
| }
|
|
|
|
|