Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 3ddc82278c9a4e23c070be70b3b7ee8f75582b7c..3fc898959c163176c80d68275140eebd6c1822b8 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -286,8 +286,6 @@ class ThreadLocalTop BASE_EMBEDDED { |
bool rethrowing_message_; |
Object* pending_message_obj_; |
Object* pending_message_script_; |
- int pending_message_start_pos_; |
- int pending_message_end_pos_; |
// Use a separate value for scheduled exceptions to preserve the |
// invariants that hold about pending_exception. We may want to |