| Index: Source/core/html/HTMLImageElement.h
|
| diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
|
| index f621384d285265e69525a59ef4120d26875cbff8..dbc8af0ec13990aac7f5857661e4f6e0677b40f6 100644
|
| --- a/Source/core/html/HTMLImageElement.h
|
| +++ b/Source/core/html/HTMLImageElement.h
|
| @@ -109,6 +109,7 @@ private:
|
| virtual bool shouldRegisterAsNamedItem() const OVERRIDE { return true; }
|
| virtual bool shouldRegisterAsExtraNamedItem() const OVERRIDE { return true; }
|
| virtual bool isInteractiveContent() const OVERRIDE;
|
| + virtual bool isFormAssociatedElement() const OVERRIDE { return true; }
|
| virtual Image* imageContents() OVERRIDE;
|
|
|
| HTMLImageLoader m_imageLoader;
|
|
|