| Index: Source/WebCore/html/ColorInputType.h
|
| ===================================================================
|
| --- Source/WebCore/html/ColorInputType.h (revision 97687)
|
| +++ Source/WebCore/html/ColorInputType.h (working copy)
|
| @@ -49,7 +49,7 @@
|
| virtual const AtomicString& formControlType() const;
|
| virtual bool supportsRequired() const;
|
| virtual String fallbackValue();
|
| - virtual String sanitizeValue(const String&);
|
| + virtual String sanitizeValue(const String&) const;
|
| virtual Color valueAsColor() const;
|
| virtual void createShadowSubtree();
|
| virtual void valueChanged();
|
|
|