| Index: Source/core/html/HTMLCanvasElement.idl
|
| diff --git a/Source/core/html/HTMLCanvasElement.idl b/Source/core/html/HTMLCanvasElement.idl
|
| index 2927c24dfc40cd687dfca5cb08f31db16b350ff7..28af6fadf44d0a95575d528b1386f86d3740e4cb 100644
|
| --- a/Source/core/html/HTMLCanvasElement.idl
|
| +++ b/Source/core/html/HTMLCanvasElement.idl
|
| @@ -32,6 +32,6 @@ interface HTMLCanvasElement : HTMLElement {
|
| [Custom, RaisesException] DOMString toDataURL([TreatNullAs=NullString, TreatUndefinedAs=NullString,Default=Undefined] optional DOMString type);
|
|
|
| // The custom binding is needed to handle context creation attributes.
|
| - [Custom] any getContext([Default=Undefined] optional DOMString contextId);
|
| + [Custom, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds] any getContext([Default=Undefined] optional DOMString contextId);
|
| };
|
|
|
|
|