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

Unified Diff: runtime/vm/object.h

Issue 1632343002: Initialize byte_index_ (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 | « 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.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index d780f6a8cf6f21039e5924661751e6bb4be2aa7d..5ce318c2e35787a2c3880c91c937827d44c7a0b4 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -4004,6 +4004,7 @@ class CodeSourceMap : public Object {
public:
explicit Iterator(const CodeSourceMap& code_source_map)
: code_source_map_(code_source_map),
+ byte_index_(0),
cur_pc_offset_(0),
cur_token_pos_(0) {
}
« 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