| Index: Source/core/html/HTMLCanvasElement.idl
|
| diff --git a/Source/core/html/HTMLCanvasElement.idl b/Source/core/html/HTMLCanvasElement.idl
|
| index 5f97987d6c470a235eaebfe8727debe77b9489e2..c7fb71755d6eef186f6f66a2fb0b9d8855a2f1c5 100644
|
| --- a/Source/core/html/HTMLCanvasElement.idl
|
| +++ b/Source/core/html/HTMLCanvasElement.idl
|
| @@ -29,8 +29,8 @@ interface HTMLCanvasElement : HTMLElement {
|
| attribute long width;
|
| attribute long height;
|
|
|
| - [Custom, RaisesException] DOMString toDataURL([TreatUndefinedAs=NullString, Default=Undefined] optional DOMString? type);
|
| + [Custom, RaisesException] DOMString toDataURL([TreatUndefinedAs=NullString] optional DOMString? type);
|
|
|
| // The custom binding is needed to handle context creation attributes.
|
| - [Custom] any getContext([Default=Undefined] optional DOMString contextId);
|
| + [Custom] any getContext(optional DOMString contextId);
|
| };
|
|
|