Title: [226421] tags/Safari-605.1.19/Source/WebCore/PAL
Revision
226421
Author
[email protected]
Date
2018-01-04 13:53:35 -0800 (Thu, 04 Jan 2018)

Log Message

Cherry-pick r226388. rdar://problem/36273774

Modified Paths

Diff

Modified: tags/Safari-605.1.19/Source/WebCore/PAL/ChangeLog (226420 => 226421)


--- tags/Safari-605.1.19/Source/WebCore/PAL/ChangeLog	2018-01-04 21:53:33 UTC (rev 226420)
+++ tags/Safari-605.1.19/Source/WebCore/PAL/ChangeLog	2018-01-04 21:53:35 UTC (rev 226421)
@@ -1,3 +1,20 @@
+2018-01-04  Jason Marcell  <[email protected]>
+
+        Cherry-pick r226388. rdar://problem/36273774
+
+    2018-01-03  Per Arne Vollan  <[email protected]>
+
+            [Win] WebKitLegacy compile error.
+            https://bugs.webkit.org/show_bug.cgi?id=181257
+            rdar://problem/36273774
+
+            Reviewed by Alex Christensen.
+
+            The include file 'pal/text/UnencodableHandling.h' is not found. Add folder to list of forwarding
+            headers directories.
+
+            * pal/PlatformWin.cmake:
+
 2018-01-02  Brent Fulgham  <[email protected]>
 
         [macOS, iOS] Adopt new secure coding APIs in WebKit

Modified: tags/Safari-605.1.19/Source/WebCore/PAL/pal/PlatformWin.cmake (226420 => 226421)


--- tags/Safari-605.1.19/Source/WebCore/PAL/pal/PlatformWin.cmake	2018-01-04 21:53:33 UTC (rev 226420)
+++ tags/Safari-605.1.19/Source/WebCore/PAL/pal/PlatformWin.cmake	2018-01-04 21:53:35 UTC (rev 226421)
@@ -16,7 +16,10 @@
     "${DERIVED_SOURCES_PAL_DIR}"
 )
 
-list(APPEND PAL_FORWARDING_HEADERS_DIRECTORIES .)
+list(APPEND PAL_FORWARDING_HEADERS_DIRECTORIES
+    .
+    text
+)
 
 if (${WTF_PLATFORM_WIN_CAIRO})
     include(PlatformWinCairo.cmake)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to