| Index: dart/lib/compiler/implementation/elements/elements.dart
|
| diff --git a/dart/lib/compiler/implementation/elements/elements.dart b/dart/lib/compiler/implementation/elements/elements.dart
|
| index 65b42a1b9becd8db7a27af80c5e6aa4c264bb15a..5c9cbe69ef004e8e8e0a51ae88ebe6f0329dad13 100644
|
| --- a/dart/lib/compiler/implementation/elements/elements.dart
|
| +++ b/dart/lib/compiler/implementation/elements/elements.dart
|
| @@ -469,6 +469,8 @@ class LibraryElement extends ScopeContainerElement {
|
| }
|
|
|
| Scope buildEnclosingScope() => new TopScope(this);
|
| +
|
| + bool get isPlatformLibrary => uri.scheme == "dart";
|
| }
|
|
|
| class PrefixElement extends Element {
|
|
|