Skip to content
  • ggaren@apple.com's avatar
    JavaScriptCore: · 4240a319
    ggaren@apple.com authored
    2008-11-17  Geoffrey Garen  <ggaren@apple.com>
    
            Reviewed by Sam Weinig.
            
            Moved runtime/Interpreter.cpp => runtime/Completion.cpp.
    
            Moved functions from Interpreter.h to Completion.h, and removed
            Interpreter.h from the project.
    
            * API/JSBase.cpp:
            * AllInOneFile.cpp:
            * GNUmakefile.am:
            * JavaScriptCore.pri:
            * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
            * JavaScriptCore.xcodeproj/project.pbxproj:
            * JavaScriptCoreSources.bkl:
            * jsc.cpp:
            * runtime/Completion.cpp: Copied from runtime/Interpreter.cpp.
            * runtime/Completion.h:
            * runtime/Interpreter.cpp: Removed.
            * runtime/Interpreter.h: Removed.
    
    WebCore:
    
    2008-11-17  Geoffrey Garen  <ggaren@apple.com>
    
            Reviewed by Sam Weinig.
    
            Updated for JavaScriptCore renames.
    
            * ForwardingHeaders/runtime/Interpreter.h: Removed.
            * WebCore.vcproj/WebCore.vcproj:
            * bindings/js/JSDOMBinding.h:
            * bindings/js/WorkerScriptController.cpp:
            * bindings/objc/WebScriptObject.mm:
            * bridge/NP_jsobject.cpp:
            * bridge/jni/jni_jsobject.mm:
            * html/CanvasRenderingContext2D.cpp:
            * inspector/JavaScriptCallFrame.cpp:
            * page/Console.cpp:
    
    WebKit/mac:
    
    2008-11-17  Geoffrey Garen  <ggaren@apple.com>
    
            Reviewed by Sam Weinig.
    
            Updated for JavaScriptCore renames.
    
            * ForwardingHeaders/runtime/Completion.h: Copied from ForwardingHeaders/runtime/Interpreter.h.
            * ForwardingHeaders/runtime/Interpreter.h: Removed.
            * WebView/WebScriptDebugDelegate.mm:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@38509 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    4240a319