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

Unified Diff: third_party/WebKit/Source/core/html/HTMLImageElement.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/HTMLImageElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.h b/third_party/WebKit/Source/core/html/HTMLImageElement.h
index 9ad59ca1a9cf92795ea540913b8467fd21214696..01914921f1550a5a17f197f4c9d4d24c5061c452 100644
--- a/third_party/WebKit/Source/core/html/HTMLImageElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLImageElement.h
@@ -55,7 +55,6 @@ class CORE_EXPORT HTMLImageElement final : public HTMLElement,
static HTMLImageElement* create(Document&);
static HTMLImageElement* create(Document&,
- HTMLFormElement*,
bool createdByParser);
static HTMLImageElement* createForJSConstructor(Document&);
static HTMLImageElement* createForJSConstructor(Document&, unsigned width);
@@ -162,7 +161,6 @@ class CORE_EXPORT HTMLImageElement final : public HTMLElement,
};
explicit HTMLImageElement(Document&,
- HTMLFormElement* = 0,
bool createdByParser = false);
void didMoveToNewDocument(Document& oldDocument) override;

Powered by Google App Engine
This is Rietveld 408576698