| Index: third_party/WebKit/Source/bindings/scripts/v8_methods.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_methods.py b/third_party/WebKit/Source/bindings/scripts/v8_methods.py
|
| index 626c26679a3190795300568c7b2e2c16c0ae52d7..57f42546516ddb73e832a43e51d5a2bb74dea833 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_methods.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_methods.py
|
| @@ -113,6 +113,7 @@ def method_context(interface, method, is_visible=True):
|
| includes.add('core/dom/DOMArrayBuffer.h')
|
| includes.add('core/dom/MessagePort.h')
|
| includes.add('core/frame/ImageBitmap.h')
|
| + includes.add('modules/offscreencanvas/OffscreenCanvas.h')
|
|
|
| if 'LenientThis' in extended_attributes:
|
| raise Exception('[LenientThis] is not supported for operations.')
|
|
|