| Index: third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.h b/third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| index 818329ec32f41cb532f59e0dd4af08dc11de91a0..b4c90fc5dadc66946813daec42f8f18c77fdd2f7 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| @@ -44,7 +44,6 @@ class CORE_EXPORT HTMLObjectElement final : public HTMLPlugInElement,
|
|
|
| public:
|
| static HTMLObjectElement* create(Document&,
|
| - HTMLFormElement*,
|
| bool createdByParser);
|
| ~HTMLObjectElement() override;
|
| DECLARE_VIRTUAL_TRACE();
|
| @@ -82,7 +81,7 @@ class CORE_EXPORT HTMLObjectElement final : public HTMLPlugInElement,
|
| void associateWith(HTMLFormElement*) override;
|
|
|
| private:
|
| - HTMLObjectElement(Document&, HTMLFormElement*, bool createdByParser);
|
| + HTMLObjectElement(Document&, bool createdByParser);
|
|
|
| void parseAttribute(const QualifiedName&,
|
| const AtomicString&,
|
|
|