Changeset 45907 in webkit for trunk/JavaScriptCore/wtf/Assertions.h
- Timestamp:
- Jul 15, 2009, 7:04:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Assertions.h
r44765 r45907 137 137 #endif 138 138 139 #if PLATFORM(WIN_OS) 140 /* FIXME: Change to use something other than ASSERT to avoid this conflict with win32.*/139 #if PLATFORM(WIN_OS) || PLATFORM(SYMBIAN) 140 /* FIXME: Change to use something other than ASSERT to avoid this conflict with the underlying platform */ 141 141 #undef ASSERT 142 142 #endif
Note:
See TracChangeset
for help on using the changeset viewer.