| Index: third_party/WebKit/Source/core/html/HTMLImageElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.idl b/third_party/WebKit/Source/core/html/HTMLImageElement.idl
|
| index eac59361cf379459451124ef2dc37a36d605ae39..a08f25d8c69bb34af4603fee324cd5dbec5565b5 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.idl
|
| @@ -22,7 +22,7 @@
|
|
|
| // TODO(foolip): All long types in this interfaces should be unsigned long.
|
| [
|
| - ActiveScriptWrappable,
|
| + ActiveScriptWrappable,
|
| ConstructorCallWith=Document,
|
| NamedConstructor=Image(optional long width, optional long height),
|
| ] interface HTMLImageElement : HTMLElement {
|
|
|