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

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: Change arrow-syntax factory into brace-syntax, due to multiline content. 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 1ebc7109cef5b0c72cf723b88ccd8b9772ae05cf..9074f5dd368d548547f7c76a32f874ba53fef3d4 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