| Index: Source/core/html/ColorInputType.h
|
| diff --git a/Source/core/html/ColorInputType.h b/Source/core/html/ColorInputType.h
|
| index a82429b402c1abcb4341682593c27ee315318d2a..220f27e827c1ecc3627c86ca4ef2912bb6a970ec 100644
|
| --- a/Source/core/html/ColorInputType.h
|
| +++ b/Source/core/html/ColorInputType.h
|
| @@ -38,7 +38,7 @@ namespace WebCore {
|
|
|
| class ColorInputType : public BaseClickableWithKeyInputType, public ColorChooserClient {
|
| public:
|
| - static PassOwnPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement*);
|
| virtual ~ColorInputType();
|
|
|
| // ColorChooserClient implementation.
|
|
|