Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_var.cc |
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_var.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_var.cc |
index 6315c51f9d35d60db2f98ecc92192e22c2c81afe..2c7b08f32025b6407ab28616bc38fa5e003ad411 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_var.cc |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_var.cc |
@@ -141,8 +141,8 @@ const PPB_Var_1_0* PluginVar::GetInterface1_0() { |
return &var_interface; |
} |
-const PPB_VarArrayBuffer_Dev* PluginVar::GetArrayBufferInterface() { |
- static const PPB_VarArrayBuffer_Dev interface = { |
+const PPB_VarArrayBuffer* PluginVar::GetArrayBufferInterface() { |
+ static const PPB_VarArrayBuffer interface = { |
CreateArrayBuffer, |
ByteLength, |
Map |