| Index: Source/core/html/HTMLCanvasElement.idl
|
| diff --git a/Source/core/html/HTMLCanvasElement.idl b/Source/core/html/HTMLCanvasElement.idl
|
| index 0bee59fe085692820fae5c3e8e1b624837ece187..d4afad873d9c43b2c21bf30107891395a72f9bbf 100644
|
| --- a/Source/core/html/HTMLCanvasElement.idl
|
| +++ b/Source/core/html/HTMLCanvasElement.idl
|
| @@ -34,4 +34,3 @@ interface HTMLCanvasElement : HTMLElement {
|
| // The custom binding is needed to handle context creation attributes.
|
| [Custom, PerWorldBindings, ActivityLogging=ForIsolatedWorlds] any getContext([Default=Undefined] optional DOMString contextId);
|
| };
|
| -
|
|
|