| 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 11b697b04a4fcbe41a2e0746d33b0c60bea9d032..470da5e07ea3dc35e9023b1457e26f256dc751ba 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElementTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElementTest.cpp
|
| @@ -41,6 +41,8 @@
|
| return anchor_ == &anchor;
|
| }
|
|
|
| + void WillUnloadDocument(const Document&) override {}
|
| + void DocumentDetached(const Document&) override {}
|
| void WillBeDestroyed() override {}
|
| DEFINE_INLINE_VIRTUAL_TRACE() {
|
| visitor->Trace(anchor_);
|
|
|