| Index: Source/core/html/ColorInputType.h
|
| diff --git a/Source/core/html/ColorInputType.h b/Source/core/html/ColorInputType.h
|
| index 161d9124ca82519eb2b20e7ec23dd00a939089c0..fedaac70eb1264fbc5b990de6220c7d4715772ba 100644
|
| --- a/Source/core/html/ColorInputType.h
|
| +++ b/Source/core/html/ColorInputType.h
|
| @@ -64,7 +64,7 @@ private:
|
| virtual bool shouldRespectListAttribute() OVERRIDE;
|
| virtual bool typeMismatchFor(const String&) const OVERRIDE;
|
|
|
| - Color valueAsColor() const;
|
| + StyleColor valueAsColor() const;
|
| void endColorChooser();
|
| void updateColorSwatch();
|
| HTMLElement* shadowColorSwatch() const;
|
|
|