| Index: third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 93f5813b757d7e5c46266a024636e28ae0e1ffe1..dc6391dc5ec19fac4ffd1cae1666f55cfde0e9a0 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -81,6 +81,7 @@ public:
|
| void flushAsyncOperationEvents(ErrorString*) override;
|
| void setAsyncOperationBreakpoint(ErrorString*, int inOperationId) override;
|
| void removeAsyncOperationBreakpoint(ErrorString*, int inOperationId) override;
|
| + void setSourceMapContent(ErrorString*, const String& inScriptId, const String& inContent);
|
|
|
| // Called by InspectorInstrumentation.
|
| bool isPaused();
|
|
|