| Index: Source/core/html/HTMLImageElement.h
|
| diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
|
| index 13683d87a7b63d7bfac54f6467dc22cb349d0eeb..516c33a141a4ef5934f1a690d0ef986b223a1e2c 100644
|
| --- a/Source/core/html/HTMLImageElement.h
|
| +++ b/Source/core/html/HTMLImageElement.h
|
| @@ -39,7 +39,7 @@ class HTMLImageElement FINAL : public HTMLElement, public CanvasImageSource {
|
| public:
|
| static PassRefPtrWillBeRawPtr<HTMLImageElement> create(Document&);
|
| static PassRefPtrWillBeRawPtr<HTMLImageElement> create(Document&, HTMLFormElement*, bool createdByParser);
|
| - static PassRefPtrWillBeRawPtr<HTMLImageElement> createForJSConstructor(Document&, int width, int height);
|
| + static PassRefPtrWillBeRawPtr<HTMLImageElement> createForJSConstructor(ExecutionContext*, int width, int height);
|
|
|
| virtual ~HTMLImageElement();
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|