Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index a9f8448565349bb5725954888a63fd59916f886f..eb677aa655e39a1c12cbca3f7662cdb249058f57 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -3259,6 +3259,7 @@ class V8EXPORT TryCatch { |
void SetCaptureMessage(bool value); |
private: |
+ v8::internal::Isolate* isolate_; |
Vyacheslav Egorov (Chromium)
2011/06/07 14:58:26
I think it's the first time when we actually use v
Vitaly Repeshko
2011/06/07 15:01:30
We already use it in a few places. It doesn't real
|
void* next_; |
void* exception_; |
void* message_; |