| Index: third_party/WebKit/Source/core/dom/TextTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/TextTest.cpp b/third_party/WebKit/Source/core/dom/TextTest.cpp
|
| index f0b2f73aeaef997fe7f85a90abe8a72bdb28830f..506213b8cb43107793771fbaa0316d027437b7b5 100644
|
| --- a/third_party/WebKit/Source/core/dom/TextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/TextTest.cpp
|
| @@ -31,7 +31,7 @@ TEST_F(TextTest, RemoveFirstLetterPseudoElementWhenNoLetter)
|
| {
|
| setBodyContent("<style>*::first-letter{font:icon;}</style><pre>AB\n</pre>");
|
|
|
| - Element* pre = document().querySelector("pre", ASSERT_NO_EXCEPTION);
|
| + Element* pre = document().querySelector("pre");
|
| Text* text = toText(pre->firstChild());
|
|
|
| Range* range = Range::create(document(), text, 0, text, 2);
|
|
|