| Index: third_party/WebKit/Source/core/html/forms/ColorChooserClient.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/ColorChooserClient.h b/third_party/WebKit/Source/core/html/forms/ColorChooserClient.h
|
| index 736a4c0a88e9e057a29b21eb78c73532d403b93b..f6398e70e868a6c9f06ddbcd1590699556358c30 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/ColorChooserClient.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/ColorChooserClient.h
|
| @@ -40,7 +40,7 @@ namespace blink {
|
|
|
| class Element;
|
|
|
| -class ColorChooserClient : public WillBeGarbageCollectedMixin {
|
| +class ColorChooserClient : public GarbageCollectedMixin {
|
| public:
|
| virtual ~ColorChooserClient();
|
| DEFINE_INLINE_VIRTUAL_TRACE() { }
|
|
|