| Index: third_party/WebKit/Source/core/html/HTMLFormControlElementTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLFormControlElementTest.cpp
|
| index 470da5e07ea3dc35e9023b1457e26f256dc751ba..3a3ffcf6152f6aa55c9606dbcbbffc78942d536a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElementTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElementTest.cpp
|
| @@ -41,7 +41,6 @@ class MockValidationMessageClient
|
| return anchor_ == &anchor;
|
| }
|
|
|
| - void WillUnloadDocument(const Document&) override {}
|
| void DocumentDetached(const Document&) override {}
|
| void WillBeDestroyed() override {}
|
| DEFINE_INLINE_VIRTUAL_TRACE() {
|
|
|