| Index: Source/core/html/HTMLImageElement.idl
|
| diff --git a/Source/core/html/HTMLImageElement.idl b/Source/core/html/HTMLImageElement.idl
|
| index bd0808a333012f1712ea1fb21ed2f73e95888802..fa32c1b64f2d1643ec637b776872c03ab1e15300 100644
|
| --- a/Source/core/html/HTMLImageElement.idl
|
| +++ b/Source/core/html/HTMLImageElement.idl
|
| @@ -21,7 +21,7 @@
|
| // FIXME: NamedConstructor does not support optional without Default. Fortunately using Undefined makes
|
| // 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),
|
| + NamedConstructor=Image(optional long width, optional long height),
|
| ConstructorCallWith=Document
|
| ] interface HTMLImageElement : HTMLElement {
|
| [Reflect] attribute DOMString align;
|
|
|