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

Unified Diff: runtime/vm/bootstrap_nocorelib.cc

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: runtime/vm/bootstrap_nocorelib.cc
diff --git a/runtime/vm/bootstrap_nocorelib.cc b/runtime/vm/bootstrap_nocorelib.cc
index 26847f41f66cd4ff14672ff63e5851e70d7108f3..fb3b8ed00c38e48651034934d080bd880dea243d 100644
--- a/runtime/vm/bootstrap_nocorelib.cc
+++ b/runtime/vm/bootstrap_nocorelib.cc
@@ -21,12 +21,6 @@ RawScript* Bootstrap::LoadCoreScript(bool is_patch) {
}
-RawScript* Bootstrap::LoadCoreImplScript(bool is_patch) {
- UNREACHABLE();
- return Script::null();
-}
-
-
RawScript* Bootstrap::LoadCollectionScript(bool is_patch) {
UNREACHABLE();
return Script::null();

Powered by Google App Engine
This is Rietveld 408576698