| Index: lib/dom/dom.dart
|
| diff --git a/lib/dom/dom.dart b/lib/dom/dom.dart
|
| index 9ac87f17cfea2358849e0c8e55c634c9026e808a..98a1f69558fe131c079d74faa052ad239d34e8a8 100644
|
| --- a/lib/dom/dom.dart
|
| +++ b/lib/dom/dom.dart
|
| @@ -3469,7 +3469,7 @@ interface HTMLCanvasElement extends HTMLElement {
|
|
|
| Object getContext(String contextId);
|
|
|
| - String toDataURL(String type);
|
| + String toDataURL(String type, [num quality]);
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
|
|