| Index: sdk/lib/_internal/lib/js_mirrors.dart
|
| diff --git a/sdk/lib/_internal/lib/js_mirrors.dart b/sdk/lib/_internal/lib/js_mirrors.dart
|
| index a06b0c428af5e894d6e65ffedd9434833be31cd7..701b2e9aeed75c2b11cad18933f1e9b62b06454b 100644
|
| --- a/sdk/lib/_internal/lib/js_mirrors.dart
|
| +++ b/sdk/lib/_internal/lib/js_mirrors.dart
|
| @@ -485,10 +485,6 @@ class JsLibraryMirror extends JsDeclarationMirror with JsObjectMirror
|
| DeclarationMirror get owner => null;
|
|
|
| // TODO(ahe): Implement this.
|
| - Map<Symbol, MethodMirror> get topLevelMembers
|
| - => throw new UnimplementedError();
|
| -
|
| - // TODO(ahe): Implement this.
|
| Function operator [](Symbol name)
|
| => throw new UnimplementedError();
|
| }
|
|
|