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

Unified Diff: runtime/vm/tags.h

Issue 1284713003: Refactor VMTagScope to Thread* rather than Isolate*. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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/regexp_parser.cc ('k') | runtime/vm/tags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/tags.h
diff --git a/runtime/vm/tags.h b/runtime/vm/tags.h
index 59f3926f559ba56b6f9566e028cc9e8db44b3258..926aed88c3c123af8d21edbceb09b489d3dd050b 100644
--- a/runtime/vm/tags.h
+++ b/runtime/vm/tags.h
@@ -79,7 +79,7 @@ class VMTag : public AllStatic {
class VMTagScope : StackResource {
public:
- VMTagScope(Isolate* isolate, uword tag, bool conditional_set = true);
+ VMTagScope(Thread* thread, uword tag, bool conditional_set = true);
~VMTagScope();
private:
uword previous_tag_;
« no previous file with comments | « runtime/vm/regexp_parser.cc ('k') | runtime/vm/tags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698