[Webkit-unassigned] [Bug 27769] Chromium crashes in the V8 bindings code when the page is being torn down

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 13:49:52 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27769





--- Comment #8 from Ananta Iyengar <ananta at chromium.org>  2009-07-28 13:49:50 PDT ---
Based on what I know about the plugin shutdown code in webkit, the window
script objects are destroyed before the plugin shutdown function is called. 

Calls to NPN functions on the window script object would probably fail in this
context.

We need a different NPObject which remains valid during plugin shutdown on
which the plugin can invoke.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list