Chromium Code Reviews| Index: sdk/lib/_internal/js_runtime/lib/js_number.dart |
| diff --git a/sdk/lib/_internal/js_runtime/lib/js_number.dart b/sdk/lib/_internal/js_runtime/lib/js_number.dart |
| index e2a3be667154bd75758df4c95582b3cbe38ca09e..7bf64c8b0626e13b644837cfb61605f95ad3ad8d 100644 |
| --- a/sdk/lib/_internal/js_runtime/lib/js_number.dart |
| +++ b/sdk/lib/_internal/js_runtime/lib/js_number.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 _interceptors; |
| +part of "interceptors.dart"; |
| /** |
| * The super interceptor class for [JSInt] and [JSDouble]. The compiler |