Chromium Code Reviews| 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
|
| }; |