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 b5ebc75707b1f256013fa2a5d33053c37384bf1d..8ed7505b16af8ae12152e4ba24ecad4d2a2f303e 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc |
@@ -92,7 +92,7 @@ InterfaceMapElement interface_map[] = { |
{ PPB_URLREQUESTINFO_INTERFACE, PluginURLRequestInfo::GetInterface(), true }, |
{ PPB_URLRESPONSEINFO_INTERFACE, PluginURLResponseInfo::GetInterface(), |
true }, |
- { PPB_VAR_ARRAY_BUFFER_DEV_INTERFACE, PluginVar::GetArrayBufferInterface(), |
+ { PPB_VAR_ARRAY_BUFFER_INTERFACE, PluginVar::GetArrayBufferInterface(), |
true }, |
{ PPB_VAR_INTERFACE, PluginVar::GetInterface(), true }, |
{ PPB_VAR_INTERFACE_1_0, PluginVar::GetInterface1_0(), true }, |