[Webkit-unassigned] [Bug 20385] REGRESSION (r35676): Firebug command line extensions interfere with existing objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 14 16:13:19 PDT 2008


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





------- Comment #4 from timothy at hatcher.name  2008-08-14 16:13 PDT -------
A better fix might be a simple as:

        expression = "with (window._inspectorCommandLineAPI) { with (window) {
" + expression + " } }";

The window object will be picked first, then _inspectorCommandLineAPI, then the
global (window) object again.


-- 
Configure bugmail: https://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