Title: [154553] trunk/Source/WTF
Revision
154553
Author
[email protected]
Date
2013-08-24 13:32:41 -0700 (Sat, 24 Aug 2013)

Log Message

Make the world build.

Modified Paths


Diff

Modified: trunk/Source/WTF/ChangeLog (154552 => 154553)


--- trunk/Source/WTF/ChangeLog	2013-08-24 20:07:17 UTC (rev 154552)
+++ trunk/Source/WTF/ChangeLog	2013-08-24 20:32:41 UTC (rev 154553)
@@ -1,5 +1,11 @@
 2013-08-24  Oliver Hunt  <[email protected]>
 
+        Make the world build.
+
+        * wtf/Compression.h:
+
+2013-08-24  Oliver Hunt  <[email protected]>
+
         REGRESSION(r154498): Crashes on EFL, GTK, Qt on release configurations
         https://bugs.webkit.org/show_bug.cgi?id=120246
 

Modified: trunk/Source/WTF/wtf/Compression.h (154552 => 154553)


--- trunk/Source/WTF/wtf/Compression.h	2013-08-24 20:07:17 UTC (rev 154552)
+++ trunk/Source/WTF/wtf/Compression.h	2013-08-24 20:32:41 UTC (rev 154553)
@@ -55,7 +55,7 @@
     uint8_t m_data[1];
 };
 
-template <typename T> class CompressedVector : private GenericCompressedData {
+template <typename T> class CompressedVector : public GenericCompressedData {
 public:
     static PassOwnPtr<CompressedVector> create(const Vector<T>& source)
     {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to