| Index: third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.h b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.h
|
| index ef182073b6d8a243beff03ebc021d40908e8d474..e1392f93313c84bc60e0fb3940ab82fb8655d212 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.h
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.h
|
| @@ -115,6 +115,7 @@ public:
|
| void flushAsyncOperationEvents(ErrorString*);
|
| void setAsyncOperationBreakpoint(ErrorString*, int operationId);
|
| void removeAsyncOperationBreakpoint(ErrorString*, int operationId);
|
| + void setSourceMapContent(ErrorString*, const String& scriptId, const String& sourceMapURL, const String& content);
|
|
|
| void schedulePauseOnNextStatement(InspectorFrontend::Debugger::Reason::Enum breakReason, PassRefPtr<JSONObject> data) override;
|
| void cancelPauseOnNextStatement() override;
|
|
|