| 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;
|
|
|