Changeset 206563 in webkit


Ignore:
Timestamp:
Sep 28, 2016 5:03:08 PM (7 years ago)
Author:
mark.lam@apple.com
Message:

Re-enable StringView life-cycle checking.
https://bugs.webkit.org/show_bug.cgi?id=160384
<rdar://problem/28479434>

Reviewed by Saam Barati.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r206555 r206563  
     12016-09-28  Mark Lam  <mark.lam@apple.com>
     2
     3        Re-enable StringView life-cycle checking.
     4        https://bugs.webkit.org/show_bug.cgi?id=160384
     5        <rdar://problem/28479434>
     6
     7        Reviewed by Saam Barati.
     8
     9        * wtf/text/StringView.h:
     10
    1112016-09-28  Filip Pizlo  <fpizlo@apple.com>
    212
  • trunk/Source/WTF/wtf/text/StringView.h

    r205893 r206563  
    3737
    3838// FIXME: Enabling the StringView lifetime checking causes the MSVC build to fail. Figure out why.
    39 // FIXME: Enable StringView lifetime checking once the underlying assertions have been fixed.
    40 #if defined(NDEBUG) || COMPILER(MSVC) || 1
     39#if defined(NDEBUG) || COMPILER(MSVC)
    4140#define CHECK_STRINGVIEW_LIFETIME 0
    4241#else
Note: See TracChangeset for help on using the changeset viewer.