Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1044)

Unified Diff: sdk/lib/_internal/compiler/implementation/resolution/members.dart

Issue 11365196: Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix two pending TODO's. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/lib/_internal/compiler/implementation/resolution/members.dart
diff --git a/sdk/lib/_internal/compiler/implementation/resolution/members.dart b/sdk/lib/_internal/compiler/implementation/resolution/members.dart
index b39441181dbaa2a1b0f3a4305f161f9603c53e03..b3734a352b2e9bae8be8684df20f6f0d7a8ccf03 100644
--- a/sdk/lib/_internal/compiler/implementation/resolution/members.dart
+++ b/sdk/lib/_internal/compiler/implementation/resolution/members.dart
@@ -2608,7 +2608,6 @@ class ClassResolverVisitor extends TypeDefinitionVisitor {
LibraryElement lib = element.getLibrary();
return
!identical(lib, compiler.coreLibrary) &&
- !identical(lib, compiler.coreImplLibrary) &&
!identical(lib, compiler.jsHelperLibrary) &&
(identical(type.element, compiler.dynamicClass) ||
identical(type.element, compiler.boolClass) ||

Powered by Google App Engine
This is Rietveld 408576698