Ignore:
Timestamp:
May 11, 2009, 7:36:20 AM (16 years ago)
Author:
Adam Roben
Message:

Windows build fixes after r43479

  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Added ParserArena to the project.
  • parser/NodeConstructors.h: Added a missing include. (JSC::ParserArenaDeletable::operator new): Marked these as inline.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj

    r43424 r43488  
    11721172                        </File>
    11731173                        <File
     1174                                RelativePath="..\..\parser\ParserArena.cpp"
     1175                                >
     1176                        </File>
     1177                        <File
     1178                                RelativePath="..\..\parser\ParserArena.h"
     1179                                >
     1180                        </File>
     1181                        <File
    11741182                                RelativePath="..\..\bytecompiler\RegisterID.h"
    11751183                                >
Note: See TracChangeset for help on using the changeset viewer.