| Index: third_party/WebKit/Source/platform/inspector_protocol/Frontend_h.template
|
| diff --git a/third_party/WebKit/Source/platform/inspector_protocol/Frontend_h.template b/third_party/WebKit/Source/platform/inspector_protocol/Frontend_h.template
|
| index 79cc64b48e2af8780eae7e55e637f5bdd187aaf3..b116ed5929fb6b2cd735e76de9e9a9fb61d5ce73 100644
|
| --- a/third_party/WebKit/Source/platform/inspector_protocol/Frontend_h.template
|
| +++ b/third_party/WebKit/Source/platform/inspector_protocol/Frontend_h.template
|
| @@ -38,7 +38,7 @@ public:
|
| );
|
| {% endfor %}
|
|
|
| - void flush() { m_frontendChannel->flush(); }
|
| + void flush() { m_frontendChannel->flushProtocolNotifications(); }
|
| private:
|
| FrontendChannel* m_frontendChannel;
|
| };
|
|
|