Changeset 54296 in webkit for trunk/JavaScriptCore/wtf/Assertions.h
- Timestamp:
- Feb 3, 2010, 1:43:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Assertions.h
r52973 r54296 180 180 #endif 181 181 182 #if PLATFORM(BREWMP) 183 /* FIXME: We include this here only to avoid a conflict with the COMPILE_ASSERT macro. */ 184 #include <AEEClassIDs.h> 185 186 /* FIXME: Change to use something other than COMPILE_ASSERT to avoid this conflict with the underlying platform */ 187 #undef COMPILE_ASSERT 188 #endif 189 182 190 #if ASSERT_DISABLED 183 191
Note:
See TracChangeset
for help on using the changeset viewer.