Recheck channel_host_ after GetPluginScriptableObject finishes.
commit3d53161798c2b79964e5fe3edca1bdca063b69fe
authorjbauman <jbauman@chromium.org>
Thu, 4 Dec 2014 00:04:57 +0000 (3 16:04 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 4 Dec 2014 00:05:30 +0000 (4 00:05 +0000)
treed22f4e92fcccab78ef4bfd171d980417abcec3b1
parentf2b0af21bb7add242184b58106a0e485b6a842ae
Recheck channel_host_ after GetPluginScriptableObject finishes.

The plugin could have been destroyed during this IPC, NULLing out channel_host_.

BUG=438288

Review URL: https://codereview.chromium.org/770383004

Cr-Commit-Position: refs/heads/master@{#306724}
content/renderer/npapi/webplugin_delegate_proxy.cc