| 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 35ef73f85fccbc8c4d351c78f8cc9c6609946059..86b76d763948b073b62a891d1602258b98e9db79 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 "dart:_js_helper";
|
| +part of "js_helper.dart";
|
|
|
| /// Tells the optimizing compiler that the annotated method has no
|
| /// side-effects. Allocations don't count as side-effects, since they can be
|
|
|