Title: [221939] trunk/Source/WebCore
Revision
221939
Author
pvol...@apple.com
Date
2017-09-12 14:12:57 -0700 (Tue, 12 Sep 2017)

Log Message

[Win] Add Modules/fetch to list of forwarding headers folders.
https://bugs.webkit.org/show_bug.cgi?id=176747

Reviewed by Brent Fulgham.

* PlatformWin.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (221938 => 221939)


--- trunk/Source/WebCore/ChangeLog	2017-09-12 20:44:11 UTC (rev 221938)
+++ trunk/Source/WebCore/ChangeLog	2017-09-12 21:12:57 UTC (rev 221939)
@@ -1,3 +1,12 @@
+2017-09-12  Per Arne Vollan  <pvol...@apple.com>
+
+        [Win] Add Modules/fetch to list of forwarding headers folders.
+        https://bugs.webkit.org/show_bug.cgi?id=176747
+
+        Reviewed by Brent Fulgham.
+
+        * PlatformWin.cmake:
+
 2017-09-12  Jer Noble  <jer.no...@apple.com>
 
         [MSE] Don't increase the reported totalFrameDelay for non-displayed frames (or frames coming in while paused).

Modified: trunk/Source/WebCore/PlatformWin.cmake (221938 => 221939)


--- trunk/Source/WebCore/PlatformWin.cmake	2017-09-12 20:44:11 UTC (rev 221938)
+++ trunk/Source/WebCore/PlatformWin.cmake	2017-09-12 21:12:57 UTC (rev 221939)
@@ -170,6 +170,7 @@
     xml
 
     Modules/cache
+    Modules/fetch
     Modules/geolocation
     Modules/indexeddb
     Modules/mediastream
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to