Chromium Code Reviews| Index: src/global-handles.h |
| diff --git a/src/global-handles.h b/src/global-handles.h |
| index d33526dbe043e880eba43c42afd1b3626e99b9b8..1ea505a5bc7f764a635838b873e564d5f711c156 100644 |
| --- a/src/global-handles.h |
| +++ b/src/global-handles.h |
| @@ -132,6 +132,8 @@ class GlobalHandles { |
| // Tear down the global handle structure. |
| void TearDown(); |
| + Isolate* isolate() { return isolate_; } |
| + |
| #ifdef DEBUG |
| void PrintStats(); |
| void Print(); |