Title: [127879] trunk/Source/WTF
- Revision
- 127879
- Author
- [email protected]
- Date
- 2012-09-07 09:55:45 -0700 (Fri, 07 Sep 2012)
Log Message
[WIN] Deprecate String += operator
https://bugs.webkit.org/show_bug.cgi?id=96083
Reviewed by Adam Barth.
* wtf/Platform.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (127878 => 127879)
--- trunk/Source/WTF/ChangeLog 2012-09-07 16:31:29 UTC (rev 127878)
+++ trunk/Source/WTF/ChangeLog 2012-09-07 16:55:45 UTC (rev 127879)
@@ -1,3 +1,12 @@
+2012-09-07 Patrick Gansterer <[email protected]>
+
+ [WIN] Deprecate String += operator
+ https://bugs.webkit.org/show_bug.cgi?id=96083
+
+ Reviewed by Adam Barth.
+
+ * wtf/Platform.h:
+
2012-09-06 Michael Saboff <[email protected]>
StringBuilder::toAtomicString() can create an 16 bit string with 8 bit contents
Modified: trunk/Source/WTF/wtf/Platform.h (127878 => 127879)
--- trunk/Source/WTF/wtf/Platform.h 2012-09-07 16:31:29 UTC (rev 127878)
+++ trunk/Source/WTF/wtf/Platform.h 2012-09-07 16:55:45 UTC (rev 127879)
@@ -1185,7 +1185,7 @@
#define WTF_USE_ZLIB 1
#endif
-#if PLATFORM(GTK) || PLATFORM(WIN)
+#if PLATFORM(GTK)
#define WTF_DEPRECATED_STRING_OPERATORS
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes