Check if the RenderView is alive before setting the plugin find handler
Presumably during destruction, the RenderView can be destroyed before the RenderFrame (since it only holds a weak pointer to it). We need to check whether it is alive before clearing the plugin find handler. BUG=487146 Review URL: https://codereview.chromium.org/1123393004 Cr-Commit-Position: refs/heads/master@{#330320}
Showing
Please register or sign in to comment