| Index: third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.idl
|
| diff --git a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.idl b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.idl
|
| index 8ae7d90e4e4f91f9d07b132ee9d2372990de70e7..45f5a50753eced63d72059ccccf7087d6437e46f 100644
|
| --- a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.idl
|
| +++ b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.idl
|
| @@ -17,5 +17,5 @@ partial interface HTMLCanvasElement
|
| // (and is not undefined or null). The binding must ignore this.
|
| // Related spec issue: https://github.com/whatwg/html/issues/595
|
| RenderingContext? getContext(DOMString contextId, [PermissiveDictionaryConversion] optional CanvasContextCreationAttributes attributes);
|
| - [RuntimeEnabled=ExperimentalCanvasFeatures, RaisesException] OffscreenCanvas transferControlToOffscreen();
|
| + [CallWith=ExecutionContext, RuntimeEnabled=ExperimentalCanvasFeatures, RaisesException] OffscreenCanvas transferControlToOffscreen();
|
| };
|
|
|