| 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 840780204ee4013900a6c8be200bb7866cecb69a..91a9b59c4b10a3d9dce60038d67f1ccc41512f0a 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -1876,7 +1876,7 @@ class CanvasRenderingContext2D extends CanvasRenderingContext {
|
|
|
| @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);
|
| }
|
|
|
|
|