3 Fix Bug 19153: Inspector should support console.debug
4
5 <https://bugs.webkit.org/show_bug.cgi?id=19153>
6 <rdar://problem/5950856>
7
8 Reviewed by NOBODY (OOPS!).
9
10 Test: manual-tests/inspector/console-log-formatting.html
11
12 * bindings/js/JSConsoleCustom.cpp:
13 (WebCore::JSConsole::debug): Added.
14 * manual-tests/inspector/console-log-formatting.html: Changed to test
15 console.debug as well.
16 * page/Console.cpp:
17 (WebCore::Console::debug): Added. Just calls through to log().
18 * page/Console.h:
19 * page/Console.idl: Added debug() declaration.
20
212008-05-20 Adam Roben <aroben@apple.com>
22