Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 29a42878bb1224c845522a0129a59b9cb1101529..981a6ab0a2660458aa45c16b1fa47ed4f2c42e73 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -6087,7 +6087,6 @@ class V8_EXPORT TryCatch { |
v8::TryCatch* next_; |
void* exception_; |
void* message_obj_; |
- void* message_script_; |
void* js_stack_comparable_address_; |
bool is_verbose_ : 1; |
bool can_continue_ : 1; |