Chromium Code Reviews| Index: src/zone-allocator.h |
| diff --git a/src/zone-allocator.h b/src/zone-allocator.h |
| index 1eb69b89dd70642cf7eba8210f2903b53f3f6c6a..30abe2180456b5af3b71a46a04bc19eb29db7597 100644 |
| --- a/src/zone-allocator.h |
| +++ b/src/zone-allocator.h |
| @@ -57,6 +57,8 @@ class zone_allocator { |
| return zone_ != other.zone_; |
| } |
| + Zone* zone() { return zone_; } |
| + |
| private: |
| zone_allocator(); |
| Zone* zone_; |