DescriptionFix 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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239040
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|