Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: src/debug/debug.h

Issue 2169463002: [debugger] use absolute source positions for break locations. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: address comment Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/debug/debug.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | src/debug/debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698