| Index: third_party/WebKit/Source/core/page/ValidationMessageClient.h
|
| diff --git a/third_party/WebKit/Source/core/page/ValidationMessageClient.h b/third_party/WebKit/Source/core/page/ValidationMessageClient.h
|
| index 396f4b56b401244bfedb91a72d4f6fc3f46edd21..fe2285f07416d260feac2d8c80eb1833da70c36b 100644
|
| --- a/third_party/WebKit/Source/core/page/ValidationMessageClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ValidationMessageClient.h
|
| @@ -56,7 +56,6 @@ class ValidationMessageClient : public GarbageCollectedMixin {
|
| // is visible.
|
| virtual bool IsValidationMessageVisible(const Element& anchor) = 0;
|
|
|
| - virtual void WillUnloadDocument(const Document&) = 0;
|
| virtual void DocumentDetached(const Document&) = 0;
|
|
|
| virtual void WillBeDestroyed() = 0;
|
|
|