| Index: third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
|
| index 45795517e47e56921ac747e324325428126d34e8..1a69171522d9125e934bafc3b2d18a1e5eef3af5 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
|
| @@ -74,6 +74,7 @@ public:
|
| virtual void flushAsyncOperationEvents(ErrorString*) = 0;
|
| virtual void setAsyncOperationBreakpoint(ErrorString*, int in_operationId) = 0;
|
| virtual void removeAsyncOperationBreakpoint(ErrorString*, int in_operationId) = 0;
|
| + virtual void setSourceMapContent(ErrorString*, const String& in_scriptId, const String& in_sourceMapURL, const String& in_content) = 0;
|
|
|
| // State management methods.
|
| virtual void setInspectorState(PassRefPtr<JSONObject>) = 0;
|
|
|