| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| index 9b01a26197d598a04954968c6219bbceb2717557..35dbac3f0d859df5200b981dc6896c3af3eea956 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| @@ -64,6 +64,7 @@ public:
|
| String16 setBreakpoint(const String16& sourceID, const ScriptBreakpoint&, int* actualLineNumber, int* actualColumnNumber, bool interstatementLocation);
|
| void removeBreakpoint(const String16& breakpointId);
|
| void setBreakpointsActivated(bool);
|
| + bool breakpointsActivated() const { return m_breakpointsActivated; }
|
|
|
| enum PauseOnExceptionsState {
|
| DontPauseOnExceptions,
|
|
|