Changeset 174397 in webkit


Ignore:
Timestamp:
Oct 7, 2014, 9:20:35 AM (11 years ago)
Author:
andersca@apple.com
Message:

Temporarily disable the StringView lifetime checking.

  • wtf/text/StringView.h:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r174395 r174397  
     12014-10-07  Anders Carlsson  <andersca@apple.com>
     2
     3        Temporarily disable the StringView lifetime checking.
     4
     5        * wtf/text/StringView.h:
     6
    172014-10-07  Anders Carlsson  <andersca@apple.com>
    28
  • trunk/Source/WTF/wtf/text/StringView.h

    r174388 r174397  
    3333#include <wtf/text/LChar.h>
    3434
    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
    3638#define CHECK_STRINGVIEW_LIFETIME 0
    3739#else
Note: See TracChangeset for help on using the changeset viewer.