RESOLVED FIXED 22019
Move JSC::Interpreter::shouldPrintExceptions() to WebCore::Console
https://bugs.webkit.org/show_bug.cgi?id=22019
Summary Move JSC::Interpreter::shouldPrintExceptions() to WebCore::Console
Cameron Zwarich (cpst)
Reported 2008-10-31 15:20:50 PDT
The function Interpreter::shouldPrintExceptions() is only used in WebCore::Console and is exposed via the WebKit, so it should really be on Console instead of Interpreter.
Attachments
Proposed patch (7.38 KB, patch)
2008-10-31 17:07 PDT, Cameron Zwarich (cpst)
darin: review+
Cameron Zwarich (cpst)
Comment 1 2008-10-31 17:07:33 PDT
Created attachment 24823 [details] Proposed patch
Darin Adler
Comment 2 2008-10-31 17:12:38 PDT
Comment on attachment 24823 [details] Proposed patch r=me
Sam Weinig
Comment 3 2008-11-01 18:10:16 PDT
Fixed in r38060.
Note You need to log in before you can comment on or make changes to this bug.