| Index: Source/core/html/forms/TimeInputType.h
|
| diff --git a/Source/core/html/forms/TimeInputType.h b/Source/core/html/forms/TimeInputType.h
|
| index dfccfa1d4decdd28e53e08562b22c9704ff5d6e1..57af1f1a70fb51249afc32788301c28184ef942e 100644
|
| --- a/Source/core/html/forms/TimeInputType.h
|
| +++ b/Source/core/html/forms/TimeInputType.h
|
| @@ -44,10 +44,10 @@ typedef BaseChooserOnlyDateAndTimeInputType BaseTimeInputType;
|
|
|
| class TimeInputType : public BaseTimeInputType {
|
| public:
|
| - static PassRefPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement&);
|
|
|
| private:
|
| - TimeInputType(HTMLInputElement*);
|
| + TimeInputType(HTMLInputElement&);
|
| virtual void countUsage() OVERRIDE;
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual DateComponents::Type dateType() const OVERRIDE;
|
|
|