| Index: ppapi/proxy/websocket_resource_unittest.cc
|
| diff --git a/ppapi/proxy/websocket_resource_unittest.cc b/ppapi/proxy/websocket_resource_unittest.cc
|
| index 5cfc71a88e37c2fd753c057a9486a838dd42ecfc..eac6d8f83202792b9189dc7a8d3088cfee2f7ba7 100644
|
| --- a/ppapi/proxy/websocket_resource_unittest.cc
|
| +++ b/ppapi/proxy/websocket_resource_unittest.cc
|
| @@ -46,7 +46,7 @@ PP_CompletionCallback MakeCallback() {
|
|
|
| PP_Var MakeStringVar(const std::string& string) {
|
| if (!ppb_var_)
|
| - ppb_var_ = ppapi::PPB_Var_Shared::GetVarInterface1_1();
|
| + ppb_var_ = ppapi::PPB_Var_Shared::GetVarInterface1_2();
|
| return ppb_var_->VarFromUtf8(string.c_str(), string.length());
|
| }
|
|
|
|
|