| Index: Source/core/html/HTMLTitleElement.h
|
| diff --git a/Source/core/html/HTMLTitleElement.h b/Source/core/html/HTMLTitleElement.h
|
| index 5eab749ec1410a9af478631b104f9fdcf173802e..988f77ac96e8b9da936ef557ebe7b9d4490a1e7d 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(Document&);
|
|
|
| String text() const;
|
| void setText(const String&);
|
|
|
| private:
|
| - HTMLTitleElement(const QualifiedName&, Document&);
|
| + explicit HTMLTitleElement(Document&);
|
|
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| virtual void removedFrom(ContainerNode*) OVERRIDE;
|
|
|