Chromium Code Reviews| Index: Source/core/html/ImageData.idl |
| diff --git a/Source/core/html/ImageData.idl b/Source/core/html/ImageData.idl |
| index 06847999097b6b94586674ca8ec7d7459cefe45b..881b1551eceb98668426ef434af86c8598903751 100644 |
| --- a/Source/core/html/ImageData.idl |
| +++ b/Source/core/html/ImageData.idl |
| @@ -27,7 +27,9 @@ |
| */ |
| [ |
| + CustomConstructor, |
|
Inactive
2014/03/19 18:59:48
Even if the constructor is custom, you're expected
sof
2014/03/19 19:20:34
On 2014/03/19 18:59:48, Chris Dumez wrote:
...
sof
2014/03/19 22:19:16
Added along with a test for expected constructor "
|
| Custom=Wrap, |
| + RaisesException=Constructor, |
| ] interface ImageData { |
| readonly attribute long width; |
| readonly attribute long height; |