| Index: Source/core/html/HTMLInputElement.h
|
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
|
| index 67fde5fc651e4e93d3c07e891100a9be9574d23c..057f2cd1ad2625afd4d4c70f3281dd0ec817abf5 100644
|
| --- a/Source/core/html/HTMLInputElement.h
|
| +++ b/Source/core/html/HTMLInputElement.h
|
| @@ -47,7 +47,7 @@ struct DateTimeChooserParameters;
|
|
|
| class HTMLInputElement : public HTMLTextFormControlElement {
|
| public:
|
| - static PassRefPtr<HTMLInputElement> create(const QualifiedName&, Document*, HTMLFormElement*, bool createdByParser);
|
| + static PassRefPtr<HTMLInputElement> create(const QualifiedName&, Document&, HTMLFormElement*, bool createdByParser);
|
| virtual ~HTMLInputElement();
|
|
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(webkitspeechchange);
|
| @@ -287,7 +287,7 @@ public:
|
| bool supportsInputModeAttribute() const;
|
|
|
| protected:
|
| - HTMLInputElement(const QualifiedName&, Document*, HTMLFormElement*, bool createdByParser);
|
| + HTMLInputElement(const QualifiedName&, Document&, HTMLFormElement*, bool createdByParser);
|
|
|
| virtual void defaultEventHandler(Event*);
|
|
|
|
|