| Index: ppapi/proxy/ppb_instance_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_instance_proxy.cc b/ppapi/proxy/ppb_instance_proxy.cc
|
| index 659d275cfe43651ff44d46c8e94a67cfc13938cf..2780022d605b2e13f7efa82dbb956e71ff575379 100644
|
| --- a/ppapi/proxy/ppb_instance_proxy.cc
|
| +++ b/ppapi/proxy/ppb_instance_proxy.cc
|
| @@ -498,7 +498,7 @@ void PPB_Instance_Proxy::ZoomLimitsChanged(PP_Instance instance,
|
| PP_Var PPB_Instance_Proxy::GetDocumentURL(PP_Instance instance,
|
| PP_URLComponents_Dev* components) {
|
| ReceiveSerializedVarReturnValue result;
|
| - PP_URLComponents_Dev url_components;
|
| + PP_URLComponents_Dev url_components = {{0}};
|
| dispatcher()->Send(new PpapiHostMsg_PPBInstance_GetDocumentURL(
|
| API_ID_PPB_INSTANCE, instance, &url_components, &result));
|
| if (components)
|
|
|