[Webkit-unassigned] [Bug 31805] [V8] Don't crash when OOM in creating isolated world

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 23 08:18:36 PST 2009


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





--- Comment #2 from anton muhin <antonm at chromium.org>  2009-11-23 08:18:35 PST ---
(In reply to comment #1)
> Created an attachment (id=43715)
 --> (https://bugs.webkit.org/attachment.cgi?id=43715) [details]
> Patch

I thought that we crash in this line:

v8::Handle<v8::Value> windowContextData = m_context->GetData();

shouldn't we add if (m_context.IsEmpty()) check above as well?

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