| Index: Source/core/html/HTMLEmbedElement.h
|
| diff --git a/Source/core/html/HTMLEmbedElement.h b/Source/core/html/HTMLEmbedElement.h
|
| index d8d318972d7930e2294aa6d1419c9d89d4ef21ec..0c63b62f8eb5310a427db0f56ca7a0ec5e48720c 100644
|
| --- a/Source/core/html/HTMLEmbedElement.h
|
| +++ b/Source/core/html/HTMLEmbedElement.h
|
| @@ -29,11 +29,11 @@ namespace WebCore {
|
|
|
| class HTMLEmbedElement FINAL : public HTMLPlugInImageElement {
|
| public:
|
| - static PassRefPtr<HTMLEmbedElement> create(Document*);
|
| - static PassRefPtr<HTMLEmbedElement> create(const QualifiedName&, Document*, bool createdByParser);
|
| + static PassRefPtr<HTMLEmbedElement> create(Document&);
|
| + static PassRefPtr<HTMLEmbedElement> create(const QualifiedName&, Document&, bool createdByParser);
|
|
|
| private:
|
| - HTMLEmbedElement(const QualifiedName&, Document*, bool createdByParser);
|
| + HTMLEmbedElement(const QualifiedName&, Document&, bool createdByParser);
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
|
|
|