| Index: Source/core/html/HTMLImageElement.h
|
| diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
|
| index c4f9e31deeecd2a805121989e5a4ea061a50fbfd..9cebf82fa8cf65900381d7ba158107b3796ae88e 100644
|
| --- a/Source/core/html/HTMLImageElement.h
|
| +++ b/Source/core/html/HTMLImageElement.h
|
| @@ -104,6 +104,8 @@ private:
|
| virtual bool shouldRegisterAsNamedItem() const OVERRIDE { return true; }
|
| virtual bool shouldRegisterAsExtraNamedItem() const OVERRIDE { return true; }
|
|
|
| + virtual Image* imageContents() OVERRIDE;
|
| +
|
| HTMLImageLoader m_imageLoader;
|
| HTMLFormElement* m_form;
|
| CompositeOperator m_compositeOperator;
|
|
|