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

Unified Diff: runtime/vm/allocation.h

Issue 11956004: Fix vm code base so that it can be built for --arch=simarm (no snapshot yet). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 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 | « no previous file | runtime/vm/assembler_arm.h » ('j') | runtime/vm/assembler_arm.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/allocation.h
===================================================================
--- runtime/vm/allocation.h (revision 17160)
+++ runtime/vm/allocation.h (working copy)
@@ -24,9 +24,7 @@
~ValueObject() { }
private:
- DISALLOW_ALLOCATION();
- // TODO(5411081): Add DISALLOW_COPY_AND_ASSIGN(ValueObject) once the mac
- // build issue is resolved.
+ DISALLOW_COPY_AND_ASSIGN(ValueObject);
Kevin Millikin (Google) 2013/02/04 11:15:03 It seems strange and not useful that ValueObject i
regis 2013/02/04 16:41:45 Objects deriving from ValueObject *can* be passed
};
« no previous file with comments | « no previous file | runtime/vm/assembler_arm.h » ('j') | runtime/vm/assembler_arm.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698