Changeset 111782 in webkit
- Timestamp:
- Mar 22, 2012, 4:35:43 PM (13 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Source/WTF/ChangeLog ¶
r111780 r111782 1 2012-03-22 Dan Bernstein <mitz@apple.com> 2 3 Fixed the JavaScriptCore debug build after r111778. 4 5 * WTF.xcodeproj/project.pbxproj: Use debug DEBUG_DEFINES when building 6 the Debug configuration. 7 1 8 2012-03-22 Csaba Osztrogonác <ossy@webkit.org> 2 9 -
TabularUnified trunk/Source/WTF/WTF.xcodeproj/project.pbxproj ¶
r111778 r111782 1201 1201 baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */; 1202 1202 buildSettings = { 1203 DEBUG_DEFINES = "$(DEBUG_DEFINES_debug)"; 1203 1204 }; 1204 1205 name = Debug;
Note:
See TracChangeset
for help on using the changeset viewer.