Bug 22019 - Move JSC::Interpreter::shouldPrintExceptions() to WebCore::Console
Summary: Move JSC::Interpreter::shouldPrintExceptions() to WebCore::Console
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Cameron Zwarich (cpst)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-31 15:20 PDT by Cameron Zwarich (cpst)
Modified: 2008-11-01 18:10 PDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (7.38 KB, patch)
2008-10-31 17:07 PDT, Cameron Zwarich (cpst)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron Zwarich (cpst) 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.
Comment 1 Cameron Zwarich (cpst) 2008-10-31 17:07:33 PDT
Created attachment 24823 [details]
Proposed patch
Comment 2 Darin Adler 2008-10-31 17:12:38 PDT
Comment on attachment 24823 [details]
Proposed patch

r=me
Comment 3 Sam Weinig 2008-11-01 18:10:16 PDT
Fixed in r38060.