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

Unified Diff: src/debug.h

Issue 1218493005: Debugger: use debug break slots instead of ICs (except for calls). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: minor fixes Created 5 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
Index: src/debug.h
diff --git a/src/debug.h b/src/debug.h
index fe951a3a3091ae0772e3922dff717708fb2b2112..a9d89e6a3b85353a822754d4da49c189e535dd99 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -177,7 +177,6 @@ class BreakLocation {
int break_index_;
int position_;
int statement_position_;
- bool has_immediate_position_;
DisallowHeapAllocation no_gc_;

Powered by Google App Engine
This is Rietveld 408576698