| Index: tool/input_sdk/private/annotations.dart
|
| diff --git a/tool/input_sdk/private/annotations.dart b/tool/input_sdk/private/annotations.dart
|
| index 188267e18c20441c5588c2a2e7c602c2d40af20b..0e792eb8216cf3465e960e5a84d2f4d16ec04897 100644
|
| --- a/tool/input_sdk/private/annotations.dart
|
| +++ b/tool/input_sdk/private/annotations.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.
|
|
|
| -part of _js_helper;
|
| +part of dart._js_helper;
|
|
|
| /// Tells the optimizing compiler that the annotated method cannot throw.
|
| /// Requires @NoInline() to function correctly.
|
|
|