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