Plug-in processes hang around for 10 sec after Safari quits
Created attachment 216870 [details] Patch
Comment on attachment 216870 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=216870&action=review > Source/WebKit2/ChangeLog:9 > + Call stopRunLoop instead of instead of RunLoop::stop(). What's the difference?
(In reply to comment #2) > (From update of attachment 216870 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=216870&action=review > > > Source/WebKit2/ChangeLog:9 > > + Call stopRunLoop instead of instead of RunLoop::stop(). > > What's the difference? stopRunLoop will call [NSApp terminate:] instead.
Committed r159248: <http://trac.webkit.org/changeset/159248>