| 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 5ea7b1994d9b92a972638741f5ba854ba9973a3d..e0df6b6076549c628b445a99ac87e376caecc880 100644
|
| --- a/third_party/WebKit/Source/core/page/ValidationMessageClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ValidationMessageClient.h
|
| @@ -35,7 +35,7 @@ namespace blink {
|
| class Document;
|
| class Element;
|
|
|
| -class ValidationMessageClient : public WillBeGarbageCollectedMixin {
|
| +class ValidationMessageClient : public GarbageCollectedMixin {
|
| public:
|
| virtual ~ValidationMessageClient() { }
|
|
|
|
|