Title: [154501] trunk/Source/WTF
Revision
154501
Author
[email protected]
Date
2013-08-23 11:26:52 -0700 (Fri, 23 Aug 2013)

Log Message

Attempt to appease windows bot.

Modified Paths


Diff

Modified: trunk/Source/WTF/ChangeLog (154500 => 154501)


--- trunk/Source/WTF/ChangeLog	2013-08-23 18:10:31 UTC (rev 154500)
+++ trunk/Source/WTF/ChangeLog	2013-08-23 18:26:52 UTC (rev 154501)
@@ -1,5 +1,11 @@
 2013-08-23  Oliver Hunt  <[email protected]>
 
+        Attempt to appease windows bot.
+
+        * wtf/Compression.h:
+
+2013-08-23  Oliver Hunt  <[email protected]>
+
         Re-sort xcode project file
 
         * WTF.xcodeproj/project.pbxproj:

Modified: trunk/Source/WTF/wtf/Compression.h (154500 => 154501)


--- trunk/Source/WTF/wtf/Compression.h	2013-08-23 18:10:31 UTC (rev 154500)
+++ trunk/Source/WTF/wtf/Compression.h	2013-08-23 18:26:52 UTC (rev 154501)
@@ -51,7 +51,7 @@
     }
     uint32_t m_originalSize;
     uint32_t m_compressedSize;
-    uint8_t m_data[];
+    uint8_t m_data[1];
 };
 
 template <typename T> class CompressedVector : private GenericCompressedData {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to