Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index 27e6377012bb7f9819b34b58d99173047a1c3a31..cac1d91cdfd2effc866f34c1815909d4f12a88a2 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -978,8 +978,6 @@ class Isolate { |
| Debug* debug() { return debug_; } |
| - inline bool DebuggerHasBreakPoints(); |
| - |
| CpuProfiler* cpu_profiler() const { return cpu_profiler_; } |
| HeapProfiler* heap_profiler() const { return heap_profiler_; } |