Index: src/debug/debug.h |
diff --git a/src/debug/debug.h b/src/debug/debug.h |
index bd381d7102d4a25b66f610732d73dc893267bccf..b721f142f87e70dbf2f74b2f707328cd80c22c34 100644 |
--- a/src/debug/debug.h |
+++ b/src/debug/debug.h |
@@ -178,7 +178,6 @@ class BreakLocation { |
RelocIterator reloc_iterator_; |
SourcePositionTableIterator source_position_iterator_; |
- int start_position_; |
DISALLOW_COPY_AND_ASSIGN(CodeIterator); |
}; |
@@ -200,7 +199,6 @@ class BreakLocation { |
SourcePositionTableIterator source_position_iterator_; |
BreakLocatorType break_locator_type_; |
- int start_position_; |
DISALLOW_COPY_AND_ASSIGN(BytecodeArrayIterator); |
}; |