| Index: third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.h
|
| index bac010363cd3c6d7c576943fe46d757cb970d0fe..395c48ddd79d09318cbf15938e8f46932add4e24 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.h
|
| @@ -85,6 +85,7 @@ public:
|
| void asyncTaskFinished(void* task) override;
|
| void allAsyncTasksCanceled() override;
|
|
|
| + unsigned nextExceptionId() { return ++m_lastExceptionId; }
|
| void enableStackCapturingIfNeeded();
|
| void disableStackCapturingIfNeeded();
|
| void muteExceptions(int contextGroupId);
|
|
|