I'm not clear on what you mean.  A client of WebKit2 release their WKContextRef 
pointer from atexit() if they wanted to (or in whatever other termination 
routines they already have), but its not clear to me why the framework should 
do it for them.  We don't do this for any other objects.

-Sam

On Aug 24, 2012, at 7:15 PM, Kangil Han <kangil....@samsung.com> wrote:

> Hi,
>  
> I’ve found WebContext destructor is never triggered on normal exit in WK2.
>  
> This happens because only IPC message from WebProcess could terminate it but 
> won’t do that in this case.
> One possibility for doing this is to create a flow of termination from 
> UIProcess on exit.
>  
> But, before starting investigation, I would like to ask your opinion.
>  
> kangil
>  
> _______________________________________________
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to