Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: third_party/WebKit/Source/core/html/HTMLObjectElement.h

Issue 2561043002: Clean-up after Form Association Refactoring (Closed)
Patch Set: Removed constructorNeedsFormElement from scripts and HTMLTagNames Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&,
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLKeygenElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLObjectElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698