| Index: third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp b/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
 | 
| index 6bfbf0e91e971504f87cea52faaeac2f5e5cd830..957867fc4929fde2c45f5ab09514d3d11b16d886 100644
 | 
| --- a/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
 | 
| +++ b/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
 | 
| @@ -296,7 +296,7 @@ class SelectionControllerTest : public EditingTestBase {
 | 
|  };
 | 
|  
 | 
|  TEST_F(FrameSelectionTest, SelectAllWithUnselectableRoot) {
 | 
| -  Element* select = document().createElement("select", ASSERT_NO_EXCEPTION);
 | 
| +  Element* select = document().createElement("select");
 | 
|    document().replaceChild(select, document().documentElement());
 | 
|    selection().selectAll();
 | 
|    EXPECT_TRUE(selection().isNone()) << "Nothing should be selected if the "
 | 
| 
 |