[Webkit-unassigned] [Bug 101725] [V8] Inspector does not callback IDB methods in context

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 9 11:32:47 PST 2012


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





--- Comment #4 from Dan Carney <dcarney at google.com>  2012-11-09 11:34:25 PST ---
(In reply to comment #3)
> (From update of attachment 173236 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=173236&action=review
> 
> > Source/WebCore/inspector/InspectorIndexedDBAgent.cpp:650
> > +    v8::Handle<v8::Context> context = document->frame()->script()->mainWorldContext();
> 
> Why the main world?

I had to choose one.  This patch is only meant to fix the crashes and inject the contexts where they more or less need to be. Also, I figured there might be an off chance that the inspector only pays attention to main world IDBs.

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