| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index 8ef3b7a677a8e6b6133473e370c83110f0b7a1f5..21a49729e9d6d71991f1b8e80c518a952cb22d1d 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -44,6 +44,9 @@ interface Console {
|
| interface HTMLCanvasElement {
|
| [Suppressed] DOMString toDataURL([TreatNullAs=NullString, TreatUndefinedAs=NullString,Optional=DefaultIsUndefined] in DOMString type) raises(DOMException);
|
| [Custom] DOMString toDataURL([TreatNullAs=NullString, TreatUndefinedAs=NullString,Optional=DefaultIsUndefined] in DOMString type, [Optional] in float quality) raises(DOMException);
|
| +
|
| + [Suppressed] DOMObject getContext(in DOMString contextId);
|
| + [Custom] CanvasRenderingContext getContext(in DOMString contextId, [Optional] in Dictionary attrs);
|
| };
|
|
|
| [Supplemental]
|
|
|