| Index: third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| diff --git a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| index f68357e5c57eabff3d40c4e0b95c029d6b309181..faa2362325d676f67ed9b412a0251ef49d1ac098 100644
|
| --- a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| +++ b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| @@ -7,8 +7,8 @@
|
| Exposed=(Window,Worker),
|
| RuntimeEnabled=ExperimentalCanvasFeatures,
|
| ] interface OffscreenCanvas {
|
| - [EnforceRange] attribute unsigned long width;
|
| - [EnforceRange] attribute unsigned long height;
|
| + [RaisesException=Setter, EnforceRange] attribute unsigned long width;
|
| + [RaisesException=Setter, EnforceRange] attribute unsigned long height;
|
|
|
| [RaisesException] ImageBitmap transferToImageBitmap();
|
| };
|
|
|