| Index: Source/core/html/ImageData.idl | 
| diff --git a/Source/core/html/ImageData.idl b/Source/core/html/ImageData.idl | 
| index 06847999097b6b94586674ca8ec7d7459cefe45b..47c13ad9045166e80ed50a221ce652e0ae28fd44 100644 | 
| --- a/Source/core/html/ImageData.idl | 
| +++ b/Source/core/html/ImageData.idl | 
| @@ -27,7 +27,10 @@ | 
| */ | 
|  | 
| [ | 
| +    Constructor(Uint8ClampedArray data, unsigned long width, [Default=Undefined] optional unsigned long height), | 
| +    Constructor(unsigned long width, unsigned long height), | 
| Custom=Wrap, | 
| +    RaisesException=Constructor, | 
| ] interface ImageData { | 
| readonly attribute long width; | 
| readonly attribute long height; | 
|  |