Title: [154611] trunk/Source/WTF
- Revision
- 154611
- Author
- [email protected]
- Date
- 2013-08-26 10:33:45 -0700 (Mon, 26 Aug 2013)
Log Message
Building is so overrated.
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (154610 => 154611)
--- trunk/Source/WTF/ChangeLog 2013-08-26 17:21:38 UTC (rev 154610)
+++ trunk/Source/WTF/ChangeLog 2013-08-26 17:33:45 UTC (rev 154611)
@@ -1,5 +1,12 @@
2013-08-26 Oliver Hunt <[email protected]>
+ Building is so overrated.
+
+ * wtf/Compression.cpp:
+ (WTF::GenericCompressedData::decompress):
+
+2013-08-26 Oliver Hunt <[email protected]>
+
Disable compression under MSVC for now as we're getting
weird release-only failures.
Modified: trunk/Source/WTF/wtf/Compression.cpp (154610 => 154611)
--- trunk/Source/WTF/wtf/Compression.cpp 2013-08-26 17:21:38 UTC (rev 154610)
+++ trunk/Source/WTF/wtf/Compression.cpp 2013-08-26 17:33:45 UTC (rev 154611)
@@ -170,7 +170,7 @@
return nullptr;
}
-bool GenericCompressedData::decompress(uint8_t*, size_t)
+bool GenericCompressedData::decompress(uint8_t*, size_t, size_t*)
{
return false;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes