Index: ppapi/host/ppapi_host.cc |
diff --git a/ppapi/host/ppapi_host.cc b/ppapi/host/ppapi_host.cc |
index 130bc875569dcd61fe1d318ea682f5db927431a6..4878bc1daa74584284cac06c1a59919b98a3e07b 100644 |
--- a/ppapi/host/ppapi_host.cc |
+++ b/ppapi/host/ppapi_host.cc |
@@ -253,7 +253,7 @@ void PpapiHost::OnHostMsgAttachToPendingHost(PP_Resource pp_resource, |
pending_resource_hosts_.find(pending_host_id); |
if (found == pending_resource_hosts_.end()) { |
// Plugin sent a bad ID. |
- NOTREACHED(); |
+ //NOTREACHED(); |
raymes
2014/10/09 22:04:42
Was this getting hit?
dmichael (off chromium)
2014/10/09 22:45:37
Ah, good catch. It *was* getting hit; that was the
|
return; |
} |
found->second->SetPPResourceForPendingHost(pp_resource); |