Chromium Code Reviews| Index: lib/dom/idl/dart/dart.idl |
| diff --git a/lib/dom/idl/dart/dart.idl b/lib/dom/idl/dart/dart.idl |
| index 6f5ba743a0756f02b1e13ce2e8155b59f167cd79..75c53510e9b081193b0ade1e6472f736820609a4 100644 |
| --- a/lib/dom/idl/dart/dart.idl |
| +++ b/lib/dom/idl/dart/dart.idl |
| @@ -193,7 +193,7 @@ module canvas { |
| [Supplemental] |
| interface Uint8ClampedArray { |
| // Avoid 'overriding static member BYTES_PER_ELEMENT'. |
| - [Suppressed] const unsigned int BYTES_PER_ELEMENT = 1; |
| + [Suppressed] const long BYTES_PER_ELEMENT = 1; |
|
Anton Muhin
2012/04/17 10:59:04
does this bring us closer to upstream?
podivilov
2012/04/18 10:37:01
Not really, but now the type of this suppressed co
|
| [Suppressed] void set(); |
| [DartName=setElements, Custom] void set(in any array, in optional unsigned long offset); |