Changeset 38497 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Nov 17, 2008, 8:24:01 AM (17 years ago)
Author:
[email protected]
Message:

2008-11-17 Geoffrey Garen <[email protected]>

Not reviewed.


Try to fix a few more builds.

Location:
trunk/JavaScriptCore
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r38496 r38497  
     12008-11-17  Geoffrey Garen  <[email protected]>
     2
     3        Not reviewed.
     4       
     5        Try to fix a few more builds.
     6
     7        * GNUmakefile.am:
     8        * JavaScriptCore.pri:
     9        * JavaScriptCore.scons:
     10        * JavaScriptCoreSources.bkl:
     11
    1122008-11-17  Geoffrey Garen  <[email protected]>
    213
  • trunk/JavaScriptCore/GNUmakefile.am

    r38496 r38497  
    8585        JavaScriptCore/VM/Opcode.h \
    8686        JavaScriptCore/VM/Register.h \
    87         JavaScriptCore/VM/RegisterID.h \
     87        JavaScriptCore/bytecompiler/RegisterID.h \
    8888        JavaScriptCore/VM/SamplingTool.cpp \
    8989        JavaScriptCore/VM/SamplingTool.h \
    90         JavaScriptCore/VM/SegmentedVector.h \
     90        JavaScriptCore/bytecompiler/SegmentedVector.h \
    9191        JavaScriptCore/config.h \
    9292        JavaScriptCore/debugger/DebuggerCallFrame.cpp \
     
    231231        JavaScriptCore/VM/RegisterFile.cpp \
    232232        JavaScriptCore/VM/RegisterFile.h \
    233         JavaScriptCore/bytecompiler/CodeGenerator.cpp \
    234         JavaScriptCore/bytecompiler/CodeGenerator.h \
     233        JavaScriptCore/bytecompiler/BytecodeGenerator.cpp \
     234        JavaScriptCore/bytecompiler/BytecodeGenerator.h \
    235235        JavaScriptCore/bytecompiler/LabelScope.h \
    236236        JavaScriptCore/debugger/Debugger.cpp \
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r38468 r38497  
    5656    runtime/JSNotAnObject.cpp \
    5757    VM/CodeBlock.cpp \
    58     bytecompiler/CodeGenerator.cpp \
     58    bytecompiler/BytecodeGenerator.cpp \
    5959    VM/ExceptionHelpers.cpp \
    6060    runtime/JSPropertyNameIterator.cpp \
  • trunk/JavaScriptCore/JavaScriptCore.scons

    r38440 r38497  
    2020]
    2121sources['bytecompiler'] = [
    22     'bytecompiler/CodeGenerator.cpp',
     22    'bytecompiler/BytecodeGenerator.cpp',
    2323]
    2424sources['debugger'] = [
  • trunk/JavaScriptCore/JavaScriptCoreSources.bkl

    r38440 r38497  
    4343    </set>
    4444    <set append="1" var="JSCORE_BYTECOMPILER_SOURCES">
    45         bytecompiler/CodeGenerator.cpp
     45        bytecompiler/BytecodeGenerator.cpp
    4646    </set>
    4747    <set append="1" var="JSCORE_DEBUGGER_SOURCES">
Note: See TracChangeset for help on using the changeset viewer.