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

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: Added library now working (thanks fschneider). Back to the main content. 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 63516e9d5bc6f531432bfee6155c80cccdf3e210..02bc2590d8314ccd8ac5fc78eb749f70a2e21180 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -10370,6 +10370,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