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

Unified Diff: runtime/vm/kernel_binary.cc

Issue 2621383005: Reintroduce binary to load and save dill file. (Closed)
Patch Set: Removed useless line Created 3 years, 11 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/bin/BUILD.gn ('k') | runtime/vm/kernel_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/kernel_binary.cc
diff --git a/runtime/vm/kernel_binary.cc b/runtime/vm/kernel_binary.cc
index 4cdc004cb84d9b5d5971f7ca58e34c546554f90b..a00bb064d914337c5532b07dc0a9fc562011f29b 100644
--- a/runtime/vm/kernel_binary.cc
+++ b/runtime/vm/kernel_binary.cc
@@ -895,6 +895,7 @@ Library* Library::ReadFrom(Reader* reader) {
void Library::WriteTo(Writer* writer) {
TRACE_WRITE_OFFSET();
+ writer->WriteFlags(0);
name_->WriteTo(writer);
import_uri_->WriteTo(writer);
writer->WriteUInt(source_uri_index_);
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/vm/kernel_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698