[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 14:23:33 PDT 2011


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


Vitaly Repeshko <vitalyr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vitalyr at chromium.org




--- Comment #5 from Vitaly Repeshko <vitalyr at chromium.org>  2011-06-20 14:23:33 PST ---
It'd be nice to avoid adding scope objects that duplicate the functionality V8 provides natively. It's hard to enforce their usage in the bindings, because until we hit a corner case like this one everything will just happily work with plain handle and context scopes.

I see two ways out: make V8BindingPerIsolateData lazily initialized (if the perf impact of this is not measurable, it's probably the simplest thing here) or initialize it early (there used to be some WebScript initialization calls done from render_thread).

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