Chromium Code Reviews| Index: tests/html/window_mangling_test.dart |
| diff --git a/tests/html/window_mangling_test.dart b/tests/html/window_mangling_test.dart |
| index fd0f44e6ba718cfedc12bb4c598ac6f121dc9598..911a1efb96b6e77e660c47d8cafa9f61d23d72d3 100644 |
| --- a/tests/html/window_mangling_test.dart |
| +++ b/tests/html/window_mangling_test.dart |
| @@ -8,7 +8,7 @@ |
| #import('dart:html', prefix: 'dom'); |
| // Defined in dom.Window. |
| -get navigator() => "Dummy"; |
| +get navigator => "Dummy"; |
| $eq(x, y) => false; |
| $eq$(x, y) => false; |