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

Unified Diff: runtime/vm/profiler.h

Issue 266913010: Refactor 'dart:profiler' UserTag API (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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/object_store.cc ('k') | runtime/vm/raw_object.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/profiler.h
diff --git a/runtime/vm/profiler.h b/runtime/vm/profiler.h
index ebdbb61715dbced34c7ee07c5b110e68350384a7..0602b27c31311fab179081822ce27be7892946cc 100644
--- a/runtime/vm/profiler.h
+++ b/runtime/vm/profiler.h
@@ -121,7 +121,7 @@ class Sample {
isolate_ = isolate;
pc_marker_ = 0;
vm_tag_ = VMTag::kInvalidTagId;
- user_tag_ = UserTags::kNoUserTag;
+ user_tag_ = UserTags::kDefaultUserTag;
sp_ = 0;
fp_ = 0;
state_ = 0;
« no previous file with comments | « runtime/vm/object_store.cc ('k') | runtime/vm/raw_object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698