| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| index 1efbab99d3a372df78b92954b1b3095addcf0fc6..8d1734d0d6efc64839aff72867debc486d54b4e8 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| @@ -103,7 +103,7 @@ InterfaceMapElement interface_map[] = {
|
| { PPB_VAR_INTERFACE, PluginVar::GetInterface(), true },
|
| { PPB_VAR_INTERFACE_1_0, PluginVar::GetInterface1_0(), true },
|
| { PPB_VIEW_INTERFACE, PluginView::GetInterface(), true },
|
| - { PPB_WEBSOCKET_DEV_INTERFACE, PluginWebSocket::GetInterface(),
|
| + { PPB_WEBSOCKET_INTERFACE, PluginWebSocket::GetInterface(),
|
| true },
|
| { PPB_WHEEL_INPUT_EVENT_INTERFACE, PluginInputEvent::GetWheelInterface(),
|
| true },
|
|
|