| Index: lib/compiler/implementation/js_backend/backend.dart
|
| diff --git a/lib/compiler/implementation/js_backend/backend.dart b/lib/compiler/implementation/js_backend/backend.dart
|
| index a196406cf33fb5ebae21bece76cbd1a90cda1a8c..04999229be73c87d55e35508d2ff8b8563c95262 100644
|
| --- a/lib/compiler/implementation/js_backend/backend.dart
|
| +++ b/lib/compiler/implementation/js_backend/backend.dart
|
| @@ -2,6 +2,8 @@
|
| // 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 {
|
|
|