Chromium Code Reviews| Index: tests/html/json_helper.dart |
| diff --git a/tests/html/json_helper.dart b/tests/html/json_helper.dart |
| index 15f92c0e61499b2b4316e24228783114d1d66c6b..7d037ae2ec820ea61b98cf4c23466cccffbbe25e 100644 |
| --- a/tests/html/json_helper.dart |
| +++ b/tests/html/json_helper.dart |
| @@ -2,7 +2,7 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| -@Js("JSON") |
| +@JS("JSON") |
| library json_helper; |
| import 'package:js/js.dart'; |