| Index: Source/core/html/RangeInputType.h
|
| diff --git a/Source/core/html/RangeInputType.h b/Source/core/html/RangeInputType.h
|
| index a280758504d855654b604a5b78ecb05e70dba637..52039894621d2ac39a9a2df036d1a53326392c8f 100644
|
| --- a/Source/core/html/RangeInputType.h
|
| +++ b/Source/core/html/RangeInputType.h
|
| @@ -40,7 +40,7 @@ class SliderThumbElement;
|
|
|
| class RangeInputType : public InputType {
|
| public:
|
| - static PassOwnPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement*);
|
|
|
| private:
|
| RangeInputType(HTMLInputElement*);
|
|
|