Title: [196674] trunk/Source
Revision
196674
Author
achristen...@apple.com
Date
2016-02-16 17:14:13 -0800 (Tue, 16 Feb 2016)

Log Message

CMake build fix.

* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (196673 => 196674)


--- trunk/Source/WebCore/ChangeLog	2016-02-17 01:11:29 UTC (rev 196673)
+++ trunk/Source/WebCore/ChangeLog	2016-02-17 01:14:13 UTC (rev 196674)
@@ -1,3 +1,9 @@
+2016-02-16  Alex Christensen  <achristen...@webkit.org>
+
+        CMake build fix.
+
+        * PlatformMac.cmake:
+
 2016-02-16  Chris Dumez  <cdu...@apple.com>
 
         Navigator.geolocation should not be marked a [Replaceable] and should be on the prototype

Modified: trunk/Source/WebCore/PlatformMac.cmake (196673 => 196674)


--- trunk/Source/WebCore/PlatformMac.cmake	2016-02-17 01:11:29 UTC (rev 196673)
+++ trunk/Source/WebCore/PlatformMac.cmake	2016-02-17 01:14:13 UTC (rev 196674)
@@ -587,6 +587,7 @@
     Modules/webdatabase
 
     Modules/indexeddb/legacy
+    Modules/indexeddb/shared
 
     bindings/generic
     bindings/js

Modified: trunk/Source/WebKit2/ChangeLog (196673 => 196674)


--- trunk/Source/WebKit2/ChangeLog	2016-02-17 01:11:29 UTC (rev 196673)
+++ trunk/Source/WebKit2/ChangeLog	2016-02-17 01:14:13 UTC (rev 196674)
@@ -1,5 +1,11 @@
 2016-02-16  Alex Christensen  <achristen...@webkit.org>
 
+        CMake build fix.
+
+        * PlatformMac.cmake:
+
+2016-02-16  Alex Christensen  <achristen...@webkit.org>
+
         Use NSURLCredential from serverTrust when evaluating server trust AuthenticationChallenges with NetworkSession
         https://bugs.webkit.org/show_bug.cgi?id=154316
 

Modified: trunk/Source/WebKit2/PlatformMac.cmake (196673 => 196674)


--- trunk/Source/WebKit2/PlatformMac.cmake	2016-02-17 01:11:29 UTC (rev 196673)
+++ trunk/Source/WebKit2/PlatformMac.cmake	2016-02-17 01:14:13 UTC (rev 196674)
@@ -213,8 +213,6 @@
     UIProcess/Cocoa/WebProcessProxyCocoa.mm
     UIProcess/Cocoa/WebViewImpl.mm
 
-    UIProcess/Launcher/mac/DynamicLinkerEnvironmentExtractor.mm
-    UIProcess/Launcher/mac/EnvironmentVariables.cpp
     UIProcess/Launcher/mac/ProcessLauncherMac.mm
 
     UIProcess/Network/CustomProtocols/mac/CustomProtocolManagerProxyMac.mm
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to