| Index: Source/core/html/ImageData.idl
|
| diff --git a/Source/core/html/ImageData.idl b/Source/core/html/ImageData.idl
|
| index 4324dc046c62182563d99f17fbdd0a756ac4a1e1..a65ea5cac68ec69ac1174fc6b30a0b58f1f15e19 100644
|
| --- a/Source/core/html/ImageData.idl
|
| +++ b/Source/core/html/ImageData.idl
|
| @@ -30,7 +30,7 @@
|
|
|
| [
|
| Constructor(unsigned long width, unsigned long height),
|
| - Constructor(Uint8ClampedArray data, unsigned long width, [Default=Undefined] optional unsigned long height),
|
| + Constructor(Uint8ClampedArray data, unsigned long width, optional unsigned long height),
|
| Custom=Wrap,
|
| Exposed=(Window,Worker),
|
| RaisesException=Constructor,
|
|
|