[Webkit-unassigned] [Bug 15574] Web Inspector doesn't work with the new Database feature

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 20 09:35:52 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15574





------- Comment #1 from beidson at apple.com  2007-10-20 09:35 PDT -------
Something bogus is happening in the callback from 
this.database.database.executeSql(query, [], function(result) {
panel.browseQueryFinished(result) });

in _tableForResult, it's almost like there's no global (window) object. 
window.document is null, and I tried to place a debugging alert() and it also
failed due to undefined.

o_O


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list