| 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..3dcc5b3cb174e7b06b4d825e0acc3161bf04fa20 100644
|
| --- a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| +++ b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| @@ -6,6 +6,7 @@
|
| Constructor([EnforceRange] unsigned long width, [EnforceRange] unsigned long height),
|
| Exposed=(Window,Worker),
|
| RuntimeEnabled=ExperimentalCanvasFeatures,
|
| + ConstructorCallWith=ExecutionContext,
|
| ] interface OffscreenCanvas {
|
| [EnforceRange] attribute unsigned long width;
|
| [EnforceRange] attribute unsigned long height;
|
|
|