| Index: dart/lib/compiler/implementation/js_backend/emitter.dart
|
| diff --git a/dart/lib/compiler/implementation/js_backend/emitter.dart b/dart/lib/compiler/implementation/js_backend/emitter.dart
|
| index cbf6413b75aca31ce3d692db7352735381dc08af..ad1d1fa05d686be9a5b364562f20db7ee0d1799d 100644
|
| --- a/dart/lib/compiler/implementation/js_backend/emitter.dart
|
| +++ b/dart/lib/compiler/implementation/js_backend/emitter.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;
|
| -
|
| /**
|
| * A function element that represents a closure call. The signature is copied
|
| * from the given element.
|
|
|