Chromium Code Reviews| Index: tests/html/url_test.dart |
| diff --git a/tests/html/url_test.dart b/tests/html/url_test.dart |
| index fec1d448a5b6c25bf4fa4b60f3a53ee5324d8c29..a4d8e4ddf8f6ef0215799d5bbcc8783db900eb3b 100644 |
| --- a/tests/html/url_test.dart |
| +++ b/tests/html/url_test.dart |
| @@ -15,7 +15,7 @@ main() { |
| canvas.width = 100; |
| canvas.height = 100; |
| - var context = canvas.context2d; |
| + var context = canvas.context2D; |
| context.fillStyle = 'red'; |
| context.fillRect(0, 0, canvas.width, canvas.height); |