Changeset 24692 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jul 27, 2007, 1:29:34 AM (18 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r24689 r24692 1 2007-07-27 Simon Hausmann <[email protected]> 2 3 Done with and reviewed by Lars and Zack. 4 5 Removed TCSystemMalloc from the Qt build, it's not necessary it seems. 6 7 * JavaScriptCore.pri: 8 1 9 2007-07-27 Simon Hausmann <[email protected]> 2 10 -
trunk/JavaScriptCore/JavaScriptCore.pri
r24689 r24692 27 27 kjs/grammar.y 28 28 29 gdk-port: SOURCES += wtf/TCSystemAlloc.cpp 30 29 31 SOURCES += \ 30 wtf/TCSystemAlloc.cpp \31 32 wtf/Assertions.cpp \ 32 33 wtf/HashTable.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.