| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp
|
| index 1a3904e35799edae30b7458c3a50a6be52aaf6dc..6a6d5dad418d70e7e8dff548440879a1e4f44f8a 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp
|
| @@ -273,11 +273,6 @@ void V8DebuggerImpl::setPauseOnNextStatement(bool pause)
|
| v8::Debug::CancelDebugBreak(m_isolate);
|
| }
|
|
|
| -bool V8DebuggerImpl::pausingOnNextStatement()
|
| -{
|
| - return v8::Debug::CheckDebugBreak(m_isolate);
|
| -}
|
| -
|
| bool V8DebuggerImpl::canBreakProgram()
|
| {
|
| if (!m_breakpointsActivated)
|
|
|