diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-05 21:42:55 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-05 21:42:55 +0000 |
commit | 3fae4c589cc60e1b43a618d6e4bfdd078da507d1 (patch) | |
tree | df77b3d55987c55ae86649488fcd49992195067f /win8 | |
parent | 99964b4d32113ca3efadc7573dcdd1f82a834e7a (diff) | |
download | chromium_src-3fae4c589cc60e1b43a618d6e4bfdd078da507d1.zip chromium_src-3fae4c589cc60e1b43a618d6e4bfdd078da507d1.tar.gz chromium_src-3fae4c589cc60e1b43a618d6e4bfdd078da507d1.tar.bz2 |
Fix a crash in the NPAPI plugin code which occurs after we call the plugins window proc.
The crash occurs while dereferencing the WebPluginDelegateImpl instance after the CallWindowProc call. It appears
that the plugin instance was destroyed in this context.
Attempted fix is to check if the HWND is still valid before dereferencing the instance. Theory being that if the instance
is destroyed, the HWND will also be destroyed via WindowedDestroyWindow
BUG=276339
R=jam@chromium.org, jam
Review URL: https://codereview.chromium.org/105683004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239040 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'win8')
0 files changed, 0 insertions, 0 deletions