Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1046)

Unified Diff: ppapi/host/ppapi_host.cc

Issue 635593004: PPAPI: Make V8VarConverter longer-lived (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« content/renderer/pepper/pepper_try_catch.cc ('K') | « content/renderer/pepper/v8_var_converter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698