| Index: Source/core/html/HTMLFormControlElement.h
|
| diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h
|
| index a58d61cbec6c112c182e79888a6da8792597e6ab..bfa7259fc0a46885a10251b0aade968b5b92b831 100644
|
| --- a/Source/core/html/HTMLFormControlElement.h
|
| +++ b/Source/core/html/HTMLFormControlElement.h
|
| @@ -106,7 +106,7 @@ public:
|
| using Node::deref;
|
|
|
| protected:
|
| - HTMLFormControlElement(const QualifiedName& tagName, Document*, HTMLFormElement*);
|
| + HTMLFormControlElement(const QualifiedName& tagName, Document&, HTMLFormElement*);
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual void requiredAttributeChanged();
|
|
|