| Index: core/html/HTMLCanvasElement.idl
|
| diff --git a/core/html/HTMLCanvasElement.idl b/core/html/HTMLCanvasElement.idl
|
| index c0957962ab040c315df7f6d05266ef417be551e4..78ada4dd7f7aac69286b35f7faea94aa45cdefc5 100644
|
| --- a/core/html/HTMLCanvasElement.idl
|
| +++ b/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, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds] any getContext([Default=Undefined] optional DOMString contextId);
|
| + [Custom, PerWorldBindings, ActivityLogging=AccessForIsolatedWorlds] any getContext([Default=Undefined] optional DOMString contextId);
|
| };
|
|
|
|
|