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

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: 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: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 99ed9392460040404b1c0ed9e955a73e8f609b11..74aabaf670d12cda511975fbb54f0febec72e827 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -1955,7 +1955,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