| Index: dart/lib/compiler/implementation/dart_backend/placeholder_collector.dart
|
| diff --git a/dart/lib/compiler/implementation/dart_backend/placeholder_collector.dart b/dart/lib/compiler/implementation/dart_backend/placeholder_collector.dart
|
| index ab5745c1e352a62a421acd1ad12cf2de0947f25d..4a1432dcfe4cb393a6a90466f8370866ae1d22cd 100644
|
| --- a/dart/lib/compiler/implementation/dart_backend/placeholder_collector.dart
|
| +++ b/dart/lib/compiler/implementation/dart_backend/placeholder_collector.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 dart_backend;
|
| -
|
| class LocalPlaceholder {
|
| final String identifier;
|
| final Set<Node> nodes;
|
|
|