| Index: content/child/websocket_dispatcher.cc
|
| diff --git a/content/child/websocket_dispatcher.cc b/content/child/websocket_dispatcher.cc
|
| index 9fc3370bb65d8bcc1b380761dba11efcf43103f9..620972f7739d100d8083c4d9652b3937c5263db2 100644
|
| --- a/content/child/websocket_dispatcher.cc
|
| +++ b/content/child/websocket_dispatcher.cc
|
| @@ -41,6 +41,7 @@ bool WebSocketDispatcher::OnMessageReceived(const IPC::Message& msg) {
|
| case WebSocketMsg_NotifyFinishOpeningHandshake::ID:
|
| case WebSocketMsg_NotifyFailure::ID:
|
| case WebSocketMsg_SendFrame::ID:
|
| + case WebSocketMsg_BlobReceived::ID:
|
| case WebSocketMsg_FlowControl::ID:
|
| case WebSocketMsg_DropChannel::ID:
|
| case WebSocketMsg_NotifyClosing::ID:
|
|
|