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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 26 01:10:49 PST 2012


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





--- Comment #15 from Yury Semikhatsky <yurys at chromium.org>  2012-11-26 01:12:59 PST ---
(From update of attachment 173236)
View in context: https://bugs.webkit.org/attachment.cgi?id=173236&action=review

> Source/WebCore/inspector/InspectorIndexedDBAgent.cpp:675
>      RefPtr<DatabaseLoader> databaseLoader = DatabaseLoader::create(document, requestCallback);

Why do we have to enter V8 context while calling a native function which by the way accepts ScriptExecutionContext and can enter the context if it need one? It seems completely wrong to me. Looks like we should make DatabaseLoader::create instead not to make assumptions about the v8 context stack, is there any problem with that approach?

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