| Index: third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommandTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommandTest.cpp b/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommandTest.cpp
|
| index fc8ab49e3722e0bd6eaabca9561a61b7bbbfce7d..f833401c1652bc7e4a9a2dbfd65307e76c35e7ca 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommandTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommandTest.cpp
|
| @@ -35,7 +35,7 @@ TEST_F(ReplaceSelectionCommandTest, pastingEmptySpan) {
|
| .build());
|
|
|
| DocumentFragment* fragment = document().createDocumentFragment();
|
| - fragment->appendChild(document().createElement("span", ASSERT_NO_EXCEPTION));
|
| + fragment->appendChild(document().createElement("span"));
|
|
|
| // |options| are taken from |Editor::replaceSelectionWithFragment()| with
|
| // |selectReplacement| and |smartReplace|.
|
|
|