| Index: ppapi/proxy/ppapi_proxy_test.cc
|
| diff --git a/ppapi/proxy/ppapi_proxy_test.cc b/ppapi/proxy/ppapi_proxy_test.cc
|
| index 5a7867d5e18b1d6e9686cfabae28c38773f3693a..14362d964afca40a9e03516f075fc274edbad5bd 100644
|
| --- a/ppapi/proxy/ppapi_proxy_test.cc
|
| +++ b/ppapi/proxy/ppapi_proxy_test.cc
|
| @@ -65,8 +65,7 @@ PPB_Proxy_Private ppb_proxy_private = {
|
| ObserverList<ProxyTestHarnessBase> get_interface_handlers_;
|
|
|
| const void* MockGetInterface(const char* name) {
|
| - ObserverList<ProxyTestHarnessBase>::Iterator it =
|
| - get_interface_handlers_;
|
| + ObserverList<ProxyTestHarnessBase>::Iterator it(&get_interface_handlers_);
|
| while (ProxyTestHarnessBase* observer = it.GetNext()) {
|
| const void* interface = observer->GetInterface(name);
|
| if (interface)
|
|
|