Title: [215544] trunk/Source/WTF
Revision
215544
Author
[email protected]
Date
2017-04-19 16:48:34 -0700 (Wed, 19 Apr 2017)

Log Message

[Win] Activate streams API by default
https://bugs.webkit.org/show_bug.cgi?id=171000

Patch by Youenn Fablet <[email protected]> on 2017-04-19
Reviewed by Brent Fulgham.

* wtf/FeatureDefines.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (215543 => 215544)


--- trunk/Source/WTF/ChangeLog	2017-04-19 23:41:19 UTC (rev 215543)
+++ trunk/Source/WTF/ChangeLog	2017-04-19 23:48:34 UTC (rev 215544)
@@ -1,3 +1,12 @@
+2017-04-19  Youenn Fablet  <[email protected]>
+
+        [Win] Activate streams API by default
+        https://bugs.webkit.org/show_bug.cgi?id=171000
+
+        Reviewed by Brent Fulgham.
+
+        * wtf/FeatureDefines.h:
+
 2017-04-19  David Kilzer  <[email protected]>
 
         Vector.h: error: 'auto' not allowed in lambda parameter

Modified: trunk/Source/WTF/wtf/FeatureDefines.h (215543 => 215544)


--- trunk/Source/WTF/wtf/FeatureDefines.h	2017-04-19 23:41:19 UTC (rev 215543)
+++ trunk/Source/WTF/wtf/FeatureDefines.h	2017-04-19 23:48:34 UTC (rev 215544)
@@ -665,12 +665,8 @@
 #endif
 
 #if !defined(ENABLE_STREAMS_API)
-#if PLATFORM(WIN)
-#define ENABLE_STREAMS_API 0
-#else
 #define ENABLE_STREAMS_API 1
 #endif
-#endif
 
 #if !defined(ENABLE_SVG_FONTS)
 #define ENABLE_SVG_FONTS 1
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to