| Index: third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase_h.template
|
| diff --git a/third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase_h.template b/third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase_h.template
|
| index 4402d9674ab24651f3a6e005f26b60798765df68..6ba27f6485460ff6225f98914d87b13fa7aa38cd 100644
|
| --- a/third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase_h.template
|
| +++ b/third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase_h.template
|
| @@ -83,7 +83,7 @@ class {{config.class_export.macro}} UberDispatcher {
|
| public:
|
| explicit UberDispatcher(FrontendChannel*);
|
| void registerBackend(const String16& name, std::unique_ptr<protocol::DispatcherBase>);
|
| - void dispatch(const String16& message);
|
| + void dispatch(std::unique_ptr<Value> message);
|
| FrontendChannel* channel() { return m_frontendChannel; }
|
| virtual ~UberDispatcher();
|
|
|
|
|