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

Unified Diff: src/isolate.h

Issue 301633005: Merge Debugger and Debug. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 382cb5dbb13156ab5d8b886bbd1293bd9652dd76..7b4f1cabc86248116dc541a6626f32e8d774adf2 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -928,7 +928,6 @@ class Isolate {
return &interp_canonicalize_mapping_;
}
- Debugger* debugger() { return debugger_; }
Debug* debug() { return debug_; }
inline bool DebuggerHasBreakPoints();
@@ -1258,7 +1257,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