| Index: Source/core/html/HTMLOutputElement.h
|
| diff --git a/Source/core/html/HTMLOutputElement.h b/Source/core/html/HTMLOutputElement.h
|
| index d0338d67e763cb65bc0a37bbec4aee537c8ba99b..dabcff328ad80b89218d0082e7a4be05583dcfe6 100644
|
| --- a/Source/core/html/HTMLOutputElement.h
|
| +++ b/Source/core/html/HTMLOutputElement.h
|
| @@ -38,7 +38,7 @@ namespace WebCore {
|
|
|
| class HTMLOutputElement FINAL : public HTMLFormControlElement {
|
| public:
|
| - static PassRefPtr<HTMLOutputElement> create(const QualifiedName&, Document*, HTMLFormElement*);
|
| + static PassRefPtr<HTMLOutputElement> create(const QualifiedName&, Document&, HTMLFormElement*);
|
|
|
| virtual bool willValidate() const { return false; }
|
|
|
| @@ -52,7 +52,7 @@ public:
|
| virtual bool canContainRangeEndPoint() const { return false; }
|
|
|
| private:
|
| - HTMLOutputElement(const QualifiedName&, Document*, HTMLFormElement*);
|
| + HTMLOutputElement(const QualifiedName&, Document&, HTMLFormElement*);
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual const AtomicString& formControlType() const;
|
|
|