| Index: Source/core/html/HTMLImageElement.idl
 | 
| diff --git a/Source/core/html/HTMLImageElement.idl b/Source/core/html/HTMLImageElement.idl
 | 
| index 1914a5fad720ef2a705b08c6987fa018670cd94a..65f1e5fcb8044a3256ee829ca73d60c7e18667e9 100644
 | 
| --- a/Source/core/html/HTMLImageElement.idl
 | 
| +++ b/Source/core/html/HTMLImageElement.idl
 | 
| @@ -22,7 +22,7 @@
 | 
|  // us use 0 which happens to be the default width and height anyway.
 | 
|  [
 | 
|      NamedConstructor=Image([Default=Undefined] optional long width, [Default=Undefined] optional long height),
 | 
| -    ConstructorCallWith=Document
 | 
| +    ConstructorCallWith=ExecutionContext
 | 
|  ] interface HTMLImageElement : HTMLElement {
 | 
|      [Reflect] attribute DOMString align;
 | 
|      [Reflect] attribute DOMString alt;
 | 
| 
 |