JavaScriptCore:
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Moved VM/Machine.h => interpreter/Interpreter.h
* GNUmakefile.am:
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
* JavaScriptCore.xcodeproj/project.pbxproj:
* VM/CTI.cpp:
* VM/CTI.h:
* VM/ExceptionHelpers.cpp:
* VM/Machine.cpp:
* VM/Machine.h: Removed.
* VM/SamplingTool.cpp:
* bytecode/CodeBlock.cpp:
* bytecompiler/BytecodeGenerator.cpp:
* bytecompiler/BytecodeGenerator.h:
* debugger/DebuggerCallFrame.cpp:
* interpreter: Added.
* interpreter/Interpreter.h: Copied from VM/Machine.h.
* profiler/ProfileGenerator.cpp:
* runtime/Arguments.h:
* runtime/ArrayPrototype.cpp:
* runtime/Collector.cpp:
* runtime/Completion.cpp:
* runtime/ExecState.h:
* runtime/FunctionPrototype.cpp:
* runtime/JSActivation.cpp:
* runtime/JSFunction.cpp:
* runtime/JSGlobalData.cpp:
* runtime/JSGlobalObject.cpp:
* runtime/JSGlobalObjectFunctions.cpp:
* wrec/WREC.cpp:
WebCore:
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Updated for JavaScriptCore renames.
* ForwardingHeaders/VM: Removed.
* ForwardingHeaders/VM/Machine.h: Removed.
* ForwardingHeaders/interpreter: Added.
* ForwardingHeaders/interpreter/Interpreter.h: Copied from ForwardingHeaders/VM/Machine.h.
* WebCore.pro:
* bindings/js/JSXMLHttpRequestCustom.cpp:
* page/Console.cpp:
* webcore-base.bkl:
WebKit/wx:
2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Updated for JavaScriptCore renames.
* presets/wxwebkit.bkl:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@38511
268f45cc-cd09-0410-ab3c-
d52691b4dbfc