| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 62b4f1c63cd2cdbb00fc2e92ab668029be3bf765..d5555339de044a5fd02eb5b3bb8a031be09beebb 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -1476,7 +1476,7 @@ class CanvasRenderingContext2D extends CanvasRenderingContext native "*CanvasRen
|
|
|
| @DomName('CanvasRenderingContext2D.arc')
|
| void arc(num x, num y, num radius, num startAngle, num endAngle,
|
| - [bool anticlockwise: false]) {
|
| + [bool anticlockwise = false]) {
|
| $dom_arc(x, y, radius, startAngle, endAngle, anticlockwise);
|
| }
|
|
|
|
|