| Index: third_party/WebKit/Source/web/ValidationMessageClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ValidationMessageClientImpl.h b/third_party/WebKit/Source/web/ValidationMessageClientImpl.h
|
| index dc308d32f86e8264e99c7de94b1adaae0386406b..57a1519bd89c1b6af918274837abcae12d0df864 100644
|
| --- a/third_party/WebKit/Source/web/ValidationMessageClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ValidationMessageClientImpl.h
|
| @@ -60,6 +60,7 @@ class ValidationMessageClientImpl final
|
| TextDirection subMessageDir) override;
|
| void hideValidationMessage(const Element& anchor) override;
|
| bool isValidationMessageVisible(const Element& anchor) override;
|
| + void willUnloadDocument(const Document&) override;
|
| void documentDetached(const Document&) override;
|
| void willBeDestroyed() override;
|
|
|
|
|