Title: [226864] branches/safari-605-branch
Revision
226864
Author
jmarc...@apple.com
Date
2018-01-11 22:30:38 -0800 (Thu, 11 Jan 2018)

Log Message

Cherry-pick r226758. rdar://problem/36450739

Modified Paths

Diff

Modified: branches/safari-605-branch/ChangeLog (226863 => 226864)


--- branches/safari-605-branch/ChangeLog	2018-01-12 06:30:35 UTC (rev 226863)
+++ branches/safari-605-branch/ChangeLog	2018-01-12 06:30:38 UTC (rev 226864)
@@ -1,3 +1,18 @@
+2018-01-11  Jason Marcell  <jmarc...@apple.com>
+
+        Cherry-pick r226758. rdar://problem/36450739
+
+    2018-01-10  Per Arne Vollan  <pvol...@apple.com>
+
+            [Win] WebKitLegacy should be a dll, not a static library.
+            https://bugs.webkit.org/show_bug.cgi?id=181500
+
+            Reviewed by Alex Christensen.
+
+            Set WebKitLegacy library type to shared.
+
+            * Source/cmake/OptionsWin.cmake:
+
 2018-01-05  Fujii Hironori  <hironori.fu...@sony.com>
 
         REGRESSION(r226306)[Win][CMake] Unnecessary recompilations triggered by unconditionally copied header files of DerivedSources

Modified: branches/safari-605-branch/Source/cmake/OptionsWin.cmake (226863 => 226864)


--- branches/safari-605-branch/Source/cmake/OptionsWin.cmake	2018-01-12 06:30:35 UTC (rev 226863)
+++ branches/safari-605-branch/Source/cmake/OptionsWin.cmake	2018-01-12 06:30:38 UTC (rev 226864)
@@ -141,5 +141,7 @@
 set(PORT Win)
 set(_javascript_Core_LIBRARY_TYPE SHARED)
 set(WTF_LIBRARY_TYPE SHARED)
+set(PAL_LIBRARY_TYPE STATIC)
+set(WebKitLegacy_LIBRARY_TYPE SHARED)
 
 find_package(ICU REQUIRED)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to