| Index: third_party/WebKit/Source/platform/inspector_protocol/Frontend_cpp.template
|
| diff --git a/third_party/WebKit/Source/platform/inspector_protocol/Frontend_cpp.template b/third_party/WebKit/Source/platform/inspector_protocol/Frontend_cpp.template
|
| index 58c7691d59daed37a59c1c1a85a7eb2fdeace944..d65e35c7f9a3567e692ff39135b0e398e7670c41 100644
|
| --- a/third_party/WebKit/Source/platform/inspector_protocol/Frontend_cpp.template
|
| +++ b/third_party/WebKit/Source/platform/inspector_protocol/Frontend_cpp.template
|
| @@ -44,7 +44,7 @@ void Frontend::{{domain.domain}}::{{event.name}}(
|
| {% endfor %}
|
| jsonMessage->setObject("params", std::move(paramsObject));
|
| if (m_frontendChannel)
|
| - m_frontendChannel->sendProtocolNotification(std::move(jsonMessage));
|
| + m_frontendChannel->sendProtocolNotification(jsonMessage->toJSONString());
|
| }
|
| {% endfor %}
|
| {% endfor %}
|
|
|