| Index: Source/core/html/HTMLEmbedElement.h
|
| diff --git a/Source/core/html/HTMLEmbedElement.h b/Source/core/html/HTMLEmbedElement.h
|
| index 023344a41ee5db861b1fe246c6a3b5252c10adbc..06a1ef44c883ddde443ac7b94644b6633aa0d8ba 100644
|
| --- a/Source/core/html/HTMLEmbedElement.h
|
| +++ b/Source/core/html/HTMLEmbedElement.h
|
| @@ -29,11 +29,10 @@ namespace WebCore {
|
|
|
| class HTMLEmbedElement FINAL : public HTMLPlugInElement {
|
| public:
|
| - static PassRefPtr<HTMLEmbedElement> create(Document&);
|
| - static PassRefPtr<HTMLEmbedElement> create(const QualifiedName&, Document&, bool createdByParser);
|
| + static PassRefPtr<HTMLEmbedElement> create(Document&, bool createdByParser = false);
|
|
|
| private:
|
| - HTMLEmbedElement(const QualifiedName&, Document&, bool createdByParser);
|
| + HTMLEmbedElement(Document&, bool createdByParser);
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
|
|
|