| Index: Source/core/html/HTMLImageElement.idl
|
| diff --git a/Source/core/html/HTMLImageElement.idl b/Source/core/html/HTMLImageElement.idl
|
| index 0dc7d73998ef92a51287aa277d20881247a7cb3a..4188034de6a4eef6da09ab90bda0da541f152042 100644
|
| --- a/Source/core/html/HTMLImageElement.idl
|
| +++ b/Source/core/html/HTMLImageElement.idl
|
| @@ -20,7 +20,7 @@
|
|
|
| // https://html.spec.whatwg.org/#htmlimageelement
|
|
|
| -// FIXME: Most long types in this interfaces should be unsigned long.
|
| +// TODO(philipj): All long types in this interfaces should be unsigned long.
|
| [
|
| NamedConstructor=Image(optional long width, optional long height),
|
| ConstructorCallWith=Document
|
|
|