| Index: Source/core/html/forms/ColorInputType.h
|
| diff --git a/Source/core/html/forms/ColorInputType.h b/Source/core/html/forms/ColorInputType.h
|
| index 0e56a04eb6b06a4ee2ad911801bc20a9cd5e1848..7c6a5d9334fd3f6000867945826df6df344e86dc 100644
|
| --- a/Source/core/html/forms/ColorInputType.h
|
| +++ b/Source/core/html/forms/ColorInputType.h
|
| @@ -55,7 +55,6 @@ public:
|
| private:
|
| ColorInputType(HTMLInputElement& element) : BaseClickableWithKeyInputType(element) { }
|
| virtual void countUsage() OVERRIDE;
|
| - virtual bool isColorControl() const OVERRIDE;
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual bool supportsRequired() const OVERRIDE;
|
| virtual String fallbackValue() const OVERRIDE;
|
|
|