Chromium Code Reviews| Index: courgette/memory_allocator.h |
| diff --git a/courgette/memory_allocator.h b/courgette/memory_allocator.h |
| index e1d8573df8effa0baba605b2129224e99286fcd6..3f5143252102f973d0e61cfc4f6b1d1e37b8bb6f 100644 |
| --- a/courgette/memory_allocator.h |
| +++ b/courgette/memory_allocator.h |
| @@ -36,6 +36,7 @@ class CheckReturnValue { |
| checked_ = other.checked_; |
| other.checked_ = true; |
| } |
| + return *this; |
| } |
| ~CheckReturnValue() { |