| Index: Source/core/html/HTMLFormControlElementWithState.h
|
| diff --git a/Source/core/html/HTMLFormControlElementWithState.h b/Source/core/html/HTMLFormControlElementWithState.h
|
| index e25dc126b9af906b8b3284fe9daf653e0897ed17..f18af78d875d6446de24b30ae6efeef320e75b47 100644
|
| --- a/Source/core/html/HTMLFormControlElementWithState.h
|
| +++ b/Source/core/html/HTMLFormControlElementWithState.h
|
| @@ -43,7 +43,7 @@ public:
|
| void notifyFormStateChanged();
|
|
|
| protected:
|
| - HTMLFormControlElementWithState(const QualifiedName& tagName, Document*, HTMLFormElement*);
|
| + HTMLFormControlElementWithState(const QualifiedName& tagName, Document&, HTMLFormElement*);
|
|
|
| virtual bool shouldAutocomplete() const;
|
| virtual void finishParsingChildren();
|
|
|