Fix Bug 18888: REGRESSION (r32731): console.log always prints "undefined"
Reviewed by Tim Hatcher. Tested by pre-existing manual-tests/inspector/console-log-formatting.html. * page/inspector/Console.js: (WebInspector.ConsoleMessage.prototype._format): Changed to explicitly wrap Console._format instead of using bind to do it. Using bind was causing us to pass plainText in as the first parameter instead of as the second. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@33454 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Showing
Please register or sign in to comment