Commit 759591da authored by ofrobots's avatar ofrobots Committed by Commit bot

remove unused Debug::has_break_points_

Previous debug refactoring changes removed uses of has_break_points_, but
omitted removing the field itself. This is not necessary anymore.

R=yangguo@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1382443002

Cr-Commit-Position: refs/heads/master@{#31016}
parent f059762e
......@@ -592,7 +592,6 @@ class Debug {
bool is_active_;
bool is_suppressed_;
bool live_edit_enabled_;
bool has_break_points_;
bool break_disabled_;
bool in_debug_event_listener_;
bool break_on_exception_;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment