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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 23 20:35:51 PDT 2008


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


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aroben at apple.com




------- Comment #4 from aroben at apple.com  2008-07-23 20:35 PDT -------
A possible solution would be:

var log = function() { console.log(arguments) }

I agree that this doesn't really seem like a bug, though it is perhaps a little
surprising.


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