Skip to content
  • cwzwarich@webkit.org's avatar
    2008-10-31 Cameron Zwarich <zwarich@apple.com> · 7d328d5f
    cwzwarich@webkit.org authored
            Reviewed by Darin Adler.
    
            Bug 22019: Move JSC::Interpreter::shouldPrintExceptions() to WebCore::Console
            <https://bugs.webkit.org/show_bug.cgi?id=22019>
    
            The JSC::Interpreter::shouldPrintExceptions() function is not used at
            all in JavaScriptCore, so it should be moved to WebCore::Console, its
            only user.
    
            JavaScriptCore:
    
            * JavaScriptCore.exp:
            * kjs/interpreter.cpp:
            * kjs/interpreter.h:
    
            WebCore:
    
            * WebCore.base.exp:
            * page/Console.cpp:
            (WebCore::printToStandardOut):
            (WebCore::Console::shouldPrintExceptions):
            (WebCore::Console::setShouldPrintExceptions):
            * page/Console.h:
    
            WebKit/mac:
    
            * Misc/WebCoreStatistics.mm:
            (+[WebCoreStatistics shouldPrintExceptions]):
            (+[WebCoreStatistics setShouldPrintExceptions:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@38060 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    7d328d5f