Index: ppapi/proxy/ppb_instance_proxy.cc |
diff --git a/ppapi/proxy/ppb_instance_proxy.cc b/ppapi/proxy/ppb_instance_proxy.cc |
index 90a33f4368753a10e67287358c8fab7abceb37f3..f8cd3109f09908dc990f38b184937879754e45f0 100644 |
--- a/ppapi/proxy/ppb_instance_proxy.cc |
+++ b/ppapi/proxy/ppb_instance_proxy.cc |
@@ -1171,7 +1171,7 @@ void PPB_Instance_Proxy::OnPluginMsgMouseLockComplete(PP_Instance instance, |
NOTREACHED(); |
return; |
} |
- TrackedCallback::ClearAndRun(&(data->mouse_lock_callback), result); |
+ data->mouse_lock_callback->Run(result); |
} |
void PPB_Instance_Proxy::MouseLockCompleteInHost(int32_t result, |