| Index: third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp
|
| index 12b2cc8563985a03f1ecc30a4855e84642d41cd6..242d06ebad3e07850b41ba61eb1a3cbab4c43841 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp
|
| @@ -119,8 +119,10 @@ TEST_F(HTMLInputElementTest, NoAssertWhenMovedInNewDocument) {
|
| // Put the input element inside a document with frame.
|
| document.body()->appendChild(documentWithoutFrame->body()->firstChild());
|
|
|
| - // Remove the input element and all refs to it so it gets deleted before the document.
|
| - // The assert in |EventHandlerRegistry::updateEventHandlerTargets()| should not be triggered.
|
| + // Remove the input element and all refs to it so it gets deleted before the
|
| + // document.
|
| + // The assert in |EventHandlerRegistry::updateEventHandlerTargets()| should
|
| + // not be triggered.
|
| document.body()->removeChild(document.body()->firstChild());
|
| }
|
|
|
|
|