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

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: Add missing files 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
Index: runtime/vm/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index c889b0f492c218fc42fc2d165ab502aba338ba7f..9e989e325d33c76250636c003321295cd7026da3 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -6718,11 +6718,6 @@ RawLibrary* Library::TypedDataLibrary() {
}
-RawLibrary* Library::UriLibrary() {
- return Isolate::Current()->object_store()->uri_library();
-}
-
-
RawLibrary* Library::UtfLibrary() {
return Isolate::Current()->object_store()->utf_library();
}

Powered by Google App Engine
This is Rietveld 408576698