Title: [175424] trunk/Source/WTF
Revision
175424
Author
[email protected]
Date
2014-10-31 14:21:15 -0700 (Fri, 31 Oct 2014)

Log Message

Unreviewed, fix ASan build after r175382

* wtf/SizeLimits.cpp:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (175423 => 175424)


--- trunk/Source/WTF/ChangeLog	2014-10-31 21:14:05 UTC (rev 175423)
+++ trunk/Source/WTF/ChangeLog	2014-10-31 21:21:15 UTC (rev 175424)
@@ -1,3 +1,9 @@
+2014-10-31  Jeffrey Pfau  <[email protected]>
+
+        Unreviewed, fix ASan build after r175382
+
+        * wtf/SizeLimits.cpp:
+
 2014-10-31  Geoffrey Garen  <[email protected]>
 
         Rolled in r175389.

Modified: trunk/Source/WTF/wtf/SizeLimits.cpp (175423 => 175424)


--- trunk/Source/WTF/wtf/SizeLimits.cpp	2014-10-31 21:14:05 UTC (rev 175423)
+++ trunk/Source/WTF/wtf/SizeLimits.cpp	2014-10-31 21:21:15 UTC (rev 175424)
@@ -41,7 +41,7 @@
 
 namespace WTF {
 
-#ifndef NDEBUG
+#if !defined(NDEBUG) || defined(ADDRESS_SANITIZER)
 struct SameSizeAsRefCounted {
     int a;
     bool b;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to