[Webkit-unassigned] [Bug 44428] Get basic in-process windowed plugins working in WebKit2 on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 24 15:00:33 PDT 2010


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





--- Comment #3 from Adam Roben (aroben) <aroben at apple.com>  2010-09-24 15:00:33 PST ---
(From update of attachment 68758)
View in context: https://bugs.webkit.org/attachment.cgi?id=68758&action=review

> WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.cpp:374
>  {
>      ASSERT(m_isStarted);
>  
> +    platformDestroy();
> +
>      // Stop all streams.
>      stopAllStreams();
>  

After talking with Anders, I'm going to move the call to platformDestroy() after the call to NPP_Destroy. That matches what WebKit1 did.

-- 
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