| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index f99eb3af24902c6c5ea75fc71b4f2997f1d62086..edb3411e1cf4540588ed03d8bfa4f7ed0ba0d363 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -2983,6 +2983,7 @@ class CanvasRenderingContext2D extends NativeFieldWrapperClass2 implements Canva
|
| @DomName('CanvasRenderingContext2D.arc')
|
| void arc(num x, num y, num radius, num startAngle, num endAngle,
|
| [bool anticlockwise = false]) {
|
| + // TODO(terry): This should not be needed: dartbug.com/20939.
|
| _arc(x, y, radius, startAngle, endAngle, anticlockwise);
|
| }
|
|
|
|
|