Index: webkit/plugins/ppapi/host_globals.cc |
diff --git a/webkit/plugins/ppapi/host_globals.cc b/webkit/plugins/ppapi/host_globals.cc |
index fb437bb33fa72ae41bdde3a0087452709e37411e..43f29337e20bb2a01273e03d6fa6134ee28a855e 100644 |
--- a/webkit/plugins/ppapi/host_globals.cc |
+++ b/webkit/plugins/ppapi/host_globals.cc |
@@ -107,7 +107,7 @@ HostGlobals::~HostGlobals() { |
InstanceMap::iterator found = instance_map_.find(instance); |
if (found == instance_map_.end()) |
return NULL; |
- return found->second->module()->GetCallbackTracker(); |
+ return found->second->module()->GetCallbackTracker().get(); |
} |
::ppapi::thunk::PPB_Instance_API* HostGlobals::GetInstanceAPI( |