Bug 22019

Summary: Move JSC::Interpreter::shouldPrintExceptions() to WebCore::Console
Product: WebKit Reporter: Cameron Zwarich (cpst) <zwarich>
Component: JavaScriptCoreAssignee: Cameron Zwarich (cpst) <zwarich>
Status: RESOLVED FIXED    
Severity: Normal CC: sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch darin: review+

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.