| Index: LayoutTests/fast/canvas/canvas-arc-negative-radius.html
|
| diff --git a/LayoutTests/fast/canvas/canvas-arc-negative-radius.html b/LayoutTests/fast/canvas/canvas-arc-negative-radius.html
|
| index aaa1d0d135a7ce0de79ccd172f326cf39708585b..a1810f53b5e1f51acf0fa6be782bf0529d750d0b 100644
|
| --- a/LayoutTests/fast/canvas/canvas-arc-negative-radius.html
|
| +++ b/LayoutTests/fast/canvas/canvas-arc-negative-radius.html
|
| @@ -21,7 +21,7 @@ shouldNotThrow("ctx.arcTo(10, 10, 20, 20, 5)")
|
| shouldNotThrow("ctx.arcTo(10, 10, 20, 20, 0)")
|
| shouldThrow("ctx.arcTo(10, 10, 20, 20, -5)")
|
|
|
| -var path = new Path();
|
| +var path = new Path2D();
|
|
|
| shouldNotThrow("path.arc(10, 10, 5, 0, 1, false)");
|
| shouldNotThrow("path.arc(10, 10, 0, 0, 1, false)");
|
|
|