| Index: dart/lib/compiler/implementation/js_backend/backend.dart
|
| diff --git a/dart/lib/compiler/implementation/js_backend/backend.dart b/dart/lib/compiler/implementation/js_backend/backend.dart
|
| index 04999229be73c87d55e35508d2ff8b8563c95262..a196406cf33fb5ebae21bece76cbd1a90cda1a8c 100644
|
| --- a/dart/lib/compiler/implementation/js_backend/backend.dart
|
| +++ b/dart/lib/compiler/implementation/js_backend/backend.dart
|
| @@ -2,8 +2,6 @@
|
| // 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_backend;
|
| -
|
| typedef void Recompile(Element element);
|
|
|
| class ReturnInfo {
|
|
|