| Index: Source/core/html/HTMLImageElement.h
|
| diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
|
| index f621384d285265e69525a59ef4120d26875cbff8..05c5d81db3f09e616da127f52102c5ef81417dc6 100644
|
| --- a/Source/core/html/HTMLImageElement.h
|
| +++ b/Source/core/html/HTMLImageElement.h
|
| @@ -81,6 +81,8 @@ public:
|
|
|
| virtual const AtomicString imageSourceURL() const OVERRIDE;
|
|
|
| + virtual HTMLFormElement* formOwner() const OVERRIDE;
|
| +
|
| protected:
|
| explicit HTMLImageElement(Document&, HTMLFormElement* = 0);
|
|
|
|
|