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

Unified Diff: runtime/vm/bootstrap.h

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.h
diff --git a/runtime/vm/bootstrap.h b/runtime/vm/bootstrap.h
index 9f7f4e1ee74a082f382d0162bcaee774255f60e6..2668b610e35ea70e6097156aba1398470d6b1b57 100644
--- a/runtime/vm/bootstrap.h
+++ b/runtime/vm/bootstrap.h
@@ -18,7 +18,6 @@ class Script;
class Bootstrap : public AllStatic {
public:
static RawScript* LoadCoreScript(bool patch);
- static RawScript* LoadCoreImplScript(bool patch);
static RawScript* LoadCollectionScript(bool patch);
static RawScript* LoadMathScript(bool patch);
static RawScript* LoadIsolateScript(bool patch);
@@ -32,8 +31,6 @@ class Bootstrap : public AllStatic {
static const char corelib_source_[];
static const char corelib_patch_[];
- static const char corelib_impl_source_[];
- static const char corelib_impl_patch_[];
static const char collection_source_[];
static const char math_source_[];
static const char math_patch_[];

Powered by Google App Engine
This is Rietveld 408576698