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

Unified Diff: vm/zone.h

Issue 8562008: Make the implicit constructor private for zone, handlescope and nohandlescope classes. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: '' Created 9 years, 1 month 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/handles.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/zone.h
===================================================================
--- vm/zone.h (revision 1713)
+++ vm/zone.h (working copy)
@@ -134,7 +134,7 @@
// Used for chaining zones in order to allow unwinding of stacks.
Zone* previous_;
- DISALLOW_COPY_AND_ASSIGN(Zone);
+ DISALLOW_IMPLICIT_CONSTRUCTORS(Zone);
};
« no previous file with comments | « vm/handles.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698