| Index: third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| index 3697c3ea36e42584b9bf56708f6855a97cf942d6..5cc41788ff791e227b9467b6af3a5ca9cce31c4e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| @@ -87,6 +87,7 @@ private:
|
|
|
| HTMLImageElement::HTMLImageElement(Document& document, HTMLFormElement* form, bool createdByParser)
|
| : HTMLElement(imgTag, document)
|
| + , ActiveScriptWrappable(this)
|
| , m_imageLoader(HTMLImageLoader::create(this))
|
| , m_imageDevicePixelRatio(1.0f)
|
| , m_source(nullptr)
|
|
|