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