| 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 37bf7e4034697eb37bf8e706420fb3a765a5e852..1453084882f47dfcfc4f049560240cdaf969dd35 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| @@ -55,8 +55,7 @@ class CORE_EXPORT HTMLImageElement final
|
| class ViewportChangeListener;
|
|
|
| static HTMLImageElement* create(Document&);
|
| - static HTMLImageElement* create(Document&,
|
| - bool createdByParser);
|
| + static HTMLImageElement* create(Document&, bool createdByParser);
|
| static HTMLImageElement* createForJSConstructor(Document&);
|
| static HTMLImageElement* createForJSConstructor(Document&, unsigned width);
|
| static HTMLImageElement* createForJSConstructor(Document&,
|
| @@ -169,8 +168,7 @@ class CORE_EXPORT HTMLImageElement final
|
| Collapsed
|
| };
|
|
|
| - explicit HTMLImageElement(Document&,
|
| - bool createdByParser = false);
|
| + explicit HTMLImageElement(Document&, bool createdByParser = false);
|
|
|
| void didMoveToNewDocument(Document& oldDocument) override;
|
|
|
|
|