| Index: Source/core/html/ColorInputType.h
|
| diff --git a/Source/core/html/ColorInputType.h b/Source/core/html/ColorInputType.h
|
| index fedaac70eb1264fbc5b990de6220c7d4715772ba..a82429b402c1abcb4341682593c27ee315318d2a 100644
|
| --- a/Source/core/html/ColorInputType.h
|
| +++ b/Source/core/html/ColorInputType.h
|
| @@ -51,7 +51,7 @@ public:
|
|
|
| private:
|
| ColorInputType(HTMLInputElement* element) : BaseClickableWithKeyInputType(element) { }
|
| - virtual void attach() OVERRIDE;
|
| + virtual void countUsage() OVERRIDE;
|
| virtual bool isColorControl() const OVERRIDE;
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual bool supportsRequired() const OVERRIDE;
|
|
|