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

Unified Diff: runtime/vm/object.cc

Issue 1381033002: Add data-URI support class to dart:core (next to Uri). (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Add more tests, refactor, rename to DataUriHelper. Need better name! Created 5 years, 2 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 34208c73d96d222a668b6cc7a7860ec5fa7d88a0..b1f7969a1de8215abc7a68a2c08284538aea943a 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -10461,6 +10461,9 @@ RawLibrary* Library::TypedDataLibrary() {
return Isolate::Current()->object_store()->typed_data_library();
}
+RawLibrary* Library::UriLibrary() {
+ return Isolate::Current()->object_store()->uri_library();
+}
RawLibrary* Library::VMServiceLibrary() {
return Isolate::Current()->object_store()->vmservice_library();
« no previous file with comments | « runtime/vm/object.h ('k') | runtime/vm/object_store.h » ('j') | sdk/lib/uri/uri.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698