| Index: sdk/lib/_internal/js_runtime/lib/annotations.dart
|
| diff --git a/sdk/lib/_internal/js_runtime/lib/annotations.dart b/sdk/lib/_internal/js_runtime/lib/annotations.dart
|
| index 86b76d763948b073b62a891d1602258b98e9db79..483dd0c6a95b34563a9f859017baf65adb3691d1 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/annotations.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/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.dart";
|
| +part of _js_helper;
|
|
|
| /// Tells the optimizing compiler that the annotated method has no
|
| /// side-effects. Allocations don't count as side-effects, since they can be
|
|
|