Title: [174398] trunk/Source/WTF
Revision
174398
Author
ander...@apple.com
Date
2014-10-07 09:36:00 -0700 (Tue, 07 Oct 2014)

Log Message

Use "1", not "true".

* wtf/text/StringView.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (174397 => 174398)


--- trunk/Source/WTF/ChangeLog	2014-10-07 16:20:35 UTC (rev 174397)
+++ trunk/Source/WTF/ChangeLog	2014-10-07 16:36:00 UTC (rev 174398)
@@ -1,5 +1,11 @@
 2014-10-07  Anders Carlsson  <ander...@apple.com>
 
+        Use "1", not "true".
+
+        * wtf/text/StringView.h:
+
+2014-10-07  Anders Carlsson  <ander...@apple.com>
+
         Temporarily disable the StringView lifetime checking.
 
         * wtf/text/StringView.h:

Modified: trunk/Source/WTF/wtf/text/StringView.h (174397 => 174398)


--- trunk/Source/WTF/wtf/text/StringView.h	2014-10-07 16:20:35 UTC (rev 174397)
+++ trunk/Source/WTF/wtf/text/StringView.h	2014-10-07 16:36:00 UTC (rev 174398)
@@ -34,7 +34,7 @@
 
 // FIXME: Enabling the StringView lifetime checking causes the MSVC build to fail. Figure out why.
 // FIXME: Enable StringView lifetime checking once the underlying assertions have been fixed.
-#if defined(NDEBUG) || COMPILER(MSVC) || true
+#if defined(NDEBUG) || COMPILER(MSVC) || 1
 #define CHECK_STRINGVIEW_LIFETIME 0
 #else
 #define CHECK_STRINGVIEW_LIFETIME 1
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to