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

Unified Diff: vm/zone.h

Issue 10008030: Inline the StackResource constructor/destructor. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 8 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 | « vm/vm_sources.gypi ('k') | vm/zone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/zone.h
===================================================================
--- vm/zone.h (revision 6287)
+++ vm/zone.h (working copy)
@@ -99,7 +99,7 @@
class Zone : public StackResource {
public:
// Create an empty zone and set is at the current zone for the Isolate.
- explicit Zone(Isolate* isolate);
+ explicit Zone(BaseIsolate* isolate);
// Delete all memory associated with the zone.
~Zone();
« no previous file with comments | « vm/vm_sources.gypi ('k') | vm/zone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698