| Index: Source/core/html/TimeInputType.h
|
| diff --git a/Source/core/html/TimeInputType.h b/Source/core/html/TimeInputType.h
|
| index 1028fcc2df26549b27953f8e736d9457d425ffd9..166bcd5254ae66ed278ba5b9642e820b5a9f7a6c 100644
|
| --- a/Source/core/html/TimeInputType.h
|
| +++ b/Source/core/html/TimeInputType.h
|
| @@ -44,7 +44,7 @@ typedef BaseChooserOnlyDateAndTimeInputType BaseTimeInputType;
|
|
|
| class TimeInputType : public BaseTimeInputType {
|
| public:
|
| - static PassOwnPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement*);
|
|
|
| private:
|
| TimeInputType(HTMLInputElement*);
|
|
|