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

Unified Diff: runtime/vm/object_reload.cc

Issue 2183703003: Added use of from_. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object_reload.cc
diff --git a/runtime/vm/object_reload.cc b/runtime/vm/object_reload.cc
index 9786e41600afc3ff27b69edc6f8064de7b49c6ae..577cb910266eaaf5ed0281fe807eaa24b580ce22 100644
--- a/runtime/vm/object_reload.cc
+++ b/runtime/vm/object_reload.cc
@@ -462,6 +462,7 @@ class UnimplementedDeferredLibrary : public ReasonForCancelling {
RawString* ToString() {
const String& lib_url = String::Handle(to_.url());
+ from_.ToCString();
Florian Schneider 2016/07/26 19:57:24 Why not remove from_ completely?
return String::NewFormatted(
"Reloading support for deferred loading has not yet been implemented:"
" library '%s' has deferred import '%s'",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698