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

Unified Diff: runtime/vm/kernel_binary.cc

Issue 2893803003: Add metadata annotations to library definitions. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « runtime/vm/kernel.cc ('k') | no next file » | 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 a494bc38e20968df9f3e240a03787e2271a3632a..e7f25e92a2606b05ede46cccae1798b409b15d75 100644
--- a/runtime/vm/kernel_binary.cc
+++ b/runtime/vm/kernel_binary.cc
@@ -182,6 +182,7 @@ Library* Library::ReadFrom(Reader* reader) {
source_uri_index_ = reader->ReadUInt();
reader->set_current_script_id(source_uri_index_);
+ annotations_.ReadFromStatic<Expression>(reader);
dependencies().ReadFromStatic<LibraryDependency>(reader);
int num_typedefs = reader->ReadUInt();
typedefs().EnsureInitialized(num_typedefs);
« no previous file with comments | « runtime/vm/kernel.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698