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

Unified Diff: runtime/vm/object.cc

Issue 16019002: Merge the dart:uri library into dart:core and update the Uri class (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Final cleanup Created 7 years, 7 months 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
« no previous file with comments | « runtime/vm/bootstrap.cc ('k') | runtime/vm/object_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index 7b34a1ae9084ef6e55d531891904b8e75e1a1fa8..fd6909ec4dd05858ef8b8d37e4748d3bc5e5c3e2 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -6717,11 +6717,6 @@ RawLibrary* Library::TypedDataLibrary() {
}
-RawLibrary* Library::UriLibrary() {
- return Isolate::Current()->object_store()->uri_library();
-}
-
-
RawLibrary* Library::UtfLibrary() {
return Isolate::Current()->object_store()->utf_library();
}
« no previous file with comments | « runtime/vm/bootstrap.cc ('k') | runtime/vm/object_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698