Chromium Code Reviews| Index: src/zone.h |
| diff --git a/src/zone.h b/src/zone.h |
| index 6d94754e4b47b3212dee5ec215cf186d9e2bcef6..128552a57a44c661fb7cb64b516b405e8e9f46d2 100644 |
| --- a/src/zone.h |
| +++ b/src/zone.h |
| @@ -241,6 +241,8 @@ class ZoneScope BASE_EMBEDDED { |
| virtual ~ZoneScope(); |
| + Zone* zone() const { return zone_; } |
| + |
| inline bool ShouldDeleteOnExit(); |
| // For ZoneScopes that do not delete on exit by default, call this |