| 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 49520498838d982111125781b3ee38b345ae6305..0751cdb36ee72afd62a3daee6d840f88213e1041 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_methods.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_methods.py
|
| @@ -114,6 +114,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.')
|
|
|