| Index: ppapi/proxy/ppp_class_proxy.cc
|
| diff --git a/ppapi/proxy/ppp_class_proxy.cc b/ppapi/proxy/ppp_class_proxy.cc
|
| index 35f55d65dba6e3222fc52da07e6e7f030a662af8..8d44a9047c455ef75b9bd9571a5c03e8257b20c1 100644
|
| --- a/ppapi/proxy/ppp_class_proxy.cc
|
| +++ b/ppapi/proxy/ppp_class_proxy.cc
|
| @@ -341,6 +341,8 @@ void PPP_Class_Proxy::OnMsgConstruct(
|
| void PPP_Class_Proxy::OnMsgDeallocate(int64 ppp_class, int64 object) {
|
| if (!ValidateUserData(ppp_class, object, NULL))
|
| return;
|
| + PluginGlobals::Get()->plugin_var_tracker()->PluginImplementedObjectDestroyed(
|
| + ToUserData(object));
|
| CallWhileUnlocked(ToPPPClass(ppp_class)->Deallocate, ToUserData(object));
|
| }
|
|
|
|
|