| Index: Source/core/html/HTMLCanvasElement.idl
|
| diff --git a/Source/core/html/HTMLCanvasElement.idl b/Source/core/html/HTMLCanvasElement.idl
|
| index aa4aabb4cefd3cf2ca23fbea2f1f2ecb676f21e3..e900490949daf3392879b0b67bba10edd43f112f 100644
|
| --- a/Source/core/html/HTMLCanvasElement.idl
|
| +++ b/Source/core/html/HTMLCanvasElement.idl
|
| @@ -32,5 +32,5 @@
|
| [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, LogActivity] any getContext([Default=Undefined] optional DOMString contextId);
|
| };
|
|
|