Status: Started Owner: [email protected] CC: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 23713 by [email protected]: Asynchronous destruction of plugin instance if it's the last one http://code.google.com/p/chromium/issues/detail?id=23713 This seems very wrong. Because of how WebPluginDelegateStub deletes the WebPluginDelegate, if it's inside a call this is done using a non-nestable task. While this avoids deleting objects in use, it means that when NPP_Destroy is called the renderer side objects are gone. If it's the last instance to that renderer, the pluginchannel itself is gone as well. This means any scripting will fail! -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
