| Index: third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp b/third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp
|
| index 7d0a1adb7d6a7cc6eee5ebc931433ae0b3d14dcc..a7b7d1c2e3e938ad7f895cbebbd2db25273edcb0 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp
|
| @@ -204,7 +204,7 @@ TEST_F(VisibleUnitsTest, canonicalPositionOfWithHTMLHtmlElement) {
|
| Node* two = document().querySelector("#two");
|
| Node* three = document().querySelector("#three");
|
| Node* four = document().querySelector("#four");
|
| - Element* html = document().createElement("html", ASSERT_NO_EXCEPTION);
|
| + Element* html = document().createElement("html");
|
| // Move two, three and four into second html element.
|
| html->appendChild(two);
|
| html->appendChild(three);
|
| @@ -1036,7 +1036,7 @@ TEST_F(VisibleUnitsTest, isVisuallyEquivalentCandidateWithHTMLHtmlElement) {
|
| Node* two = document().querySelector("#two");
|
| Node* three = document().querySelector("#three");
|
| Node* four = document().querySelector("#four");
|
| - Element* html = document().createElement("html", ASSERT_NO_EXCEPTION);
|
| + Element* html = document().createElement("html");
|
| // Move two, three and four into second html element.
|
| html->appendChild(two);
|
| html->appendChild(three);
|
|
|