[Webkit-unassigned] [Bug 62977] Web Inspector: [V8] Tab crashes in chromium after opening inspector on about:blank.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 20 15:34:53 PDT 2011


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





--- Comment #12 from Vitaly Repeshko <vitalyr at chromium.org>  2011-06-20 15:34:53 PST ---
(In reply to comment #10)
> (In reply to comment #8)
> > (In reply to comment #7)
> > > I do not think there is a good way to initialize V8 globally though.
> > 
> > There are calls to WebScriptController::enableV8SingleThreadMode(). Maybe we can add calls to e.g. WebScriptController::initialize() nearby (and a few more places)?
> 
> Hmm interesting - what do you think about adding the initialization to WebKit::initialize?

I think it's a good place. We should be careful to avoid initializing too much there as it can hurt startup time.

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