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

Log Message

Temporarily disable the StringView lifetime checking.

* wtf/text/StringView.h:

Modified Paths

Diff

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


--- trunk/Source/WTF/ChangeLog	2014-10-07 16:12:02 UTC (rev 174396)
+++ trunk/Source/WTF/ChangeLog	2014-10-07 16:20:35 UTC (rev 174397)
@@ -1,5 +1,11 @@
 2014-10-07  Anders Carlsson  <ander...@apple.com>
 
+        Temporarily disable the StringView lifetime checking.
+
+        * wtf/text/StringView.h:
+
+2014-10-07  Anders Carlsson  <ander...@apple.com>
+
         Another build fix attempt.
 
         * wtf/text/StringView.cpp:

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


--- trunk/Source/WTF/wtf/text/StringView.h	2014-10-07 16:12:02 UTC (rev 174396)
+++ trunk/Source/WTF/wtf/text/StringView.h	2014-10-07 16:20:35 UTC (rev 174397)
@@ -32,7 +32,9 @@
 #include <wtf/Vector.h>
 #include <wtf/text/LChar.h>
 
-#ifdef NDEBUG
+// 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
 #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