Title: [121140] trunk/Source/WTF
- Revision
- 121140
- Author
- [email protected]
- Date
- 2012-06-24 23:34:26 -0700 (Sun, 24 Jun 2012)
Log Message
Remove USE(CHROMIUM_NET) because it is unused
https://bugs.webkit.org/show_bug.cgi?id=89850
Reviewed by Eric Seidel.
I didn't see any mentions of CHROMIUM_NET when I grepped the Source
directory. Also, this USE macro isn't defined on OS(DARWIN) or
OS(ANDROID), which seems a bit odd given that Chromium uses the same
network stack on all platforms.
* wtf/Platform.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (121139 => 121140)
--- trunk/Source/WTF/ChangeLog 2012-06-25 06:21:21 UTC (rev 121139)
+++ trunk/Source/WTF/ChangeLog 2012-06-25 06:34:26 UTC (rev 121140)
@@ -1,3 +1,17 @@
+2012-06-24 Adam Barth <[email protected]>
+
+ Remove USE(CHROMIUM_NET) because it is unused
+ https://bugs.webkit.org/show_bug.cgi?id=89850
+
+ Reviewed by Eric Seidel.
+
+ I didn't see any mentions of CHROMIUM_NET when I grepped the Source
+ directory. Also, this USE macro isn't defined on OS(DARWIN) or
+ OS(ANDROID), which seems a bit odd given that Chromium uses the same
+ network stack on all platforms.
+
+ * wtf/Platform.h:
+
2012-06-22 Peter Beverloo <[email protected]>
[Chromium] Disable c++0x compatibility warnings in _javascript_Core.gyp when building for Android
Modified: trunk/Source/WTF/wtf/Platform.h (121139 => 121140)
--- trunk/Source/WTF/wtf/Platform.h 2012-06-25 06:21:21 UTC (rev 121139)
+++ trunk/Source/WTF/wtf/Platform.h 2012-06-25 06:34:26 UTC (rev 121140)
@@ -476,7 +476,6 @@
#define WTF_USE_SKIA 1
#else
#define WTF_USE_SKIA 1
-#define WTF_USE_CHROMIUM_NET 1
#define WTF_USE_ICCJPEG 1
#define WTF_USE_QCMSLIB 1
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes