| Index: third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_h.template
|
| diff --git a/third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_h.template b/third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_h.template
|
| index 6fd0b720c32bd5a0b68c010b94acd973ce707bd0..ae449fefad71d8aed92f6cdb9ca9ee731b92f0af 100644
|
| --- a/third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_h.template
|
| +++ b/third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_h.template
|
| @@ -29,7 +29,7 @@ public:
|
| bool isActive();
|
|
|
| protected:
|
| - void sendIfActive(PassRefPtr<JSONObject> partialMessage, const ErrorString& invocationError, PassRefPtr<JSONValue> errorData);
|
| + void sendIfActive(PassRefPtr<JSONObject> partialMessage, const ErrorString& invocationError);
|
|
|
| private:
|
| void disable() { m_alreadySent = true; }
|
| @@ -108,7 +108,7 @@ public:
|
| };
|
|
|
| void reportProtocolError(int sessionId, int callId, CommonErrorCode, const String& errorMessage) const;
|
| - virtual void reportProtocolError(int sessionId, int callId, CommonErrorCode, const String& errorMessage, PassRefPtr<JSONValue> data) const = 0;
|
| + virtual void reportProtocolError(int sessionId, int callId, CommonErrorCode, const String& errorMessage, ErrorSupport*) const = 0;
|
| virtual void dispatch(int sessionId, const String& message) = 0;
|
| static bool getCommandName(const String& message, String* result);
|
| };
|
|
|