| Index: Source/core/html/HTMLTitleElement.h
|
| diff --git a/Source/core/html/HTMLTitleElement.h b/Source/core/html/HTMLTitleElement.h
|
| index 5561afa0f54fd7d7c711e2a2f4ce1e34c9a8a5ab..580a291c3a4192270dc0f8438ebff156e1b9eaf3 100644
|
| --- a/Source/core/html/HTMLTitleElement.h
|
| +++ b/Source/core/html/HTMLTitleElement.h
|
| @@ -28,13 +28,13 @@ namespace WebCore {
|
|
|
| class HTMLTitleElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtr<HTMLTitleElement> create(const QualifiedName&, Document*);
|
| + static PassRefPtr<HTMLTitleElement> create(const QualifiedName&, Document&);
|
|
|
| String text() const;
|
| void setText(const String&);
|
|
|
| private:
|
| - HTMLTitleElement(const QualifiedName&, Document*);
|
| + HTMLTitleElement(const QualifiedName&, Document&);
|
|
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| virtual void removedFrom(ContainerNode*) OVERRIDE;
|
|
|