| Index: Source/core/html/ColorInputType.h
|
| diff --git a/Source/core/html/ColorInputType.h b/Source/core/html/ColorInputType.h
|
| index 220f27e827c1ecc3627c86ca4ef2912bb6a970ec..309ceff61ad37e45e0cbf2c5b3e8335496f0ac59 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;
|
|
|
| - StyleColor valueAsColor() const;
|
| + Color valueAsColor() const;
|
| void endColorChooser();
|
| void updateColorSwatch();
|
| HTMLElement* shadowColorSwatch() const;
|
|
|