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

Unified Diff: src/isolate.h

Issue 298863011: Merge the classes Debug and Debugger. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rename EnterDebugger Created 6 years, 7 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 | « src/ia32/debug-ia32.cc ('k') | src/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index ca2c23ea74d70f4eb697286dcc77c09e65b9567b..7ecf6469634d0383dc00b14d2e6f8dc86d310576 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -930,7 +930,6 @@ class Isolate {
return &interp_canonicalize_mapping_;
}
- Debugger* debugger() { return debugger_; }
Debug* debug() { return debug_; }
inline bool DebuggerHasBreakPoints();
@@ -1260,7 +1259,6 @@ class Isolate {
JSObject::SpillInformation js_spill_information_;
#endif
- Debugger* debugger_;
Debug* debug_;
CpuProfiler* cpu_profiler_;
HeapProfiler* heap_profiler_;
« no previous file with comments | « src/ia32/debug-ia32.cc ('k') | src/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698