| Index: third_party/inspector_protocol/lib/DispatcherBase_h.template
|
| diff --git a/third_party/inspector_protocol/lib/DispatcherBase_h.template b/third_party/inspector_protocol/lib/DispatcherBase_h.template
|
| index 3a6069b6494b43955f0b3753150101a8020ef7f9..54ac91497e41b9f21735cfe98601a319871eea3e 100644
|
| --- a/third_party/inspector_protocol/lib/DispatcherBase_h.template
|
| +++ b/third_party/inspector_protocol/lib/DispatcherBase_h.template
|
| @@ -113,7 +113,7 @@ class {{config.lib.export_macro}} UberDispatcher {
|
| public:
|
| explicit UberDispatcher(FrontendChannel*);
|
| void registerBackend(const String& name, std::unique_ptr<protocol::DispatcherBase>);
|
| - DispatchResponse::Status dispatch(std::unique_ptr<Value> message);
|
| + DispatchResponse::Status dispatch(std::unique_ptr<Value> message, int* callId = nullptr, String* method = nullptr);
|
| FrontendChannel* channel() { return m_frontendChannel; }
|
| bool fallThroughForNotFound() { return m_fallThroughForNotFound; }
|
| void setFallThroughForNotFound(bool);
|
|
|