| Index: Source/core/html/HTMLDivElement.h
|
| diff --git a/Source/core/html/HTMLDivElement.h b/Source/core/html/HTMLDivElement.h
|
| index ab96714d2993872b59e15a5fda77607fe7476c9e..72b1153f71f3af7ec4ca28eea40ee17e057c47fb 100644
|
| --- a/Source/core/html/HTMLDivElement.h
|
| +++ b/Source/core/html/HTMLDivElement.h
|
| @@ -29,11 +29,11 @@ namespace WebCore {
|
|
|
| class HTMLDivElement : public HTMLElement {
|
| public:
|
| - static PassRefPtr<HTMLDivElement> create(Document*);
|
| - static PassRefPtr<HTMLDivElement> create(const QualifiedName&, Document*);
|
| + static PassRefPtr<HTMLDivElement> create(Document&);
|
| + static PassRefPtr<HTMLDivElement> create(const QualifiedName&, Document&);
|
|
|
| protected:
|
| - HTMLDivElement(const QualifiedName&, Document*);
|
| + HTMLDivElement(const QualifiedName&, Document&);
|
|
|
| private:
|
| virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
|
|
|