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

Unified Diff: vm/allocation.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 | « no previous file | vm/handles.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/allocation.h
===================================================================
--- vm/allocation.h (revision 1713)
+++ vm/allocation.h (working copy)
@@ -50,7 +50,7 @@
void* operator new(uword size);
- DISALLOW_COPY_AND_ASSIGN(StackResource);
+ DISALLOW_IMPLICIT_CONSTRUCTORS(StackResource);
};
« no previous file with comments | « no previous file | vm/handles.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698