| Index: Source/core/html/HTMLImageElement.h
|
| diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
|
| index 1d5dd11e709e87368df5cfff71e67a154ba56293..2397260fc85f411b6ec7a0d2ec6bbe6c83d4d049 100644
|
| --- a/Source/core/html/HTMLImageElement.h
|
| +++ b/Source/core/html/HTMLImageElement.h
|
| @@ -113,7 +113,7 @@ public:
|
| FetchRequest::ResourceWidth resourceWidth();
|
| float sourceSize(Element&);
|
|
|
| - void forceReload() const;
|
| + void forceReload(WebURLRequest::ExtraData*) const;
|
|
|
| protected:
|
| explicit HTMLImageElement(Document&, HTMLFormElement* = 0, bool createdByParser = false);
|
|
|