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

Unified Diff: runtime/vm/object.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/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 3705c0495541402e6fbe1a8391d8c71aed64f05c..36f27424fa689db314e58b950b8a9abced8f0bbe 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -1963,7 +1963,6 @@ class Library : public Object {
static void InitNativeWrappersLibrary(Isolate* isolate);
static RawLibrary* CoreLibrary();
- static RawLibrary* CoreImplLibrary();
static RawLibrary* CollectionLibrary();
static RawLibrary* MathLibrary();
static RawLibrary* IsolateLibrary();

Powered by Google App Engine
This is Rietveld 408576698