Changeset 174397 in webkit
- Timestamp:
- Oct 7, 2014, 9:20:35 AM (11 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r174395 r174397 1 2014-10-07 Anders Carlsson <andersca@apple.com> 2 3 Temporarily disable the StringView lifetime checking. 4 5 * wtf/text/StringView.h: 6 1 7 2014-10-07 Anders Carlsson <andersca@apple.com> 2 8 -
trunk/Source/WTF/wtf/text/StringView.h
r174388 r174397 33 33 #include <wtf/text/LChar.h> 34 34 35 #ifdef NDEBUG 35 // FIXME: Enabling the StringView lifetime checking causes the MSVC build to fail. Figure out why. 36 // FIXME: Enable StringView lifetime checking once the underlying assertions have been fixed. 37 #if defined(NDEBUG) || COMPILER(MSVC) || true 36 38 #define CHECK_STRINGVIEW_LIFETIME 0 37 39 #else
Note:
See TracChangeset
for help on using the changeset viewer.