[Webkit-unassigned] [Bug 20141] Cannot call pointer to function console.log

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 23 23:17:57 PDT 2008


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





------- Comment #5 from will_wk at hamstersoup.com  2008-07-23 23:17 PDT -------
Thanks guys, my approach worked in both FF+Firebug and Opera so I assumed it
was a WebKit bug. The error message was also confusing. But your explanation
makes complete sense. 

@Adam: your example always outputs the string 'Arguments' - works fine in FF
though ;-)

This works:
var log = function() { console.log.apply(console,arguments) };


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