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

Unified Diff: runtime/vm/locations.h

Issue 306483005: - Use isolate where it is appropriate. (Closed) Base URL: http://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
Index: runtime/vm/locations.h
===================================================================
--- runtime/vm/locations.h (revision 36643)
+++ runtime/vm/locations.h (working copy)
@@ -599,7 +599,8 @@
void PrintTo(BufferFormatter* f) const;
- static LocationSummary* Make(intptr_t input_count,
+ static LocationSummary* Make(Isolate* isolate,
+ intptr_t input_count,
Location out,
ContainsCall contains_call);

Powered by Google App Engine
This is Rietveld 408576698