Title: [212039] trunk/Source/WebKit2
Revision
212039
Author
achristen...@apple.com
Date
2017-02-09 19:33:55 -0800 (Thu, 09 Feb 2017)

Log Message

Fix libwebrtc build on case-sensitive file systems.

* WebProcess/Network/webrtc/WebRTCMonitor.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (212038 => 212039)


--- trunk/Source/WebKit2/ChangeLog	2017-02-10 03:27:40 UTC (rev 212038)
+++ trunk/Source/WebKit2/ChangeLog	2017-02-10 03:33:55 UTC (rev 212039)
@@ -1,5 +1,11 @@
 2017-02-09  Alex Christensen  <achristen...@webkit.org>
 
+        Fix libwebrtc build on case-sensitive file systems.
+
+        * WebProcess/Network/webrtc/WebRTCMonitor.cpp:
+
+2017-02-09  Alex Christensen  <achristen...@webkit.org>
+
         Fix CMake build.
 
         * PlatformMac.cmake:

Modified: trunk/Source/WebKit2/WebProcess/Network/webrtc/WebRTCMonitor.cpp (212038 => 212039)


--- trunk/Source/WebKit2/WebProcess/Network/webrtc/WebRTCMonitor.cpp	2017-02-10 03:27:40 UTC (rev 212038)
+++ trunk/Source/WebKit2/WebProcess/Network/webrtc/WebRTCMonitor.cpp	2017-02-10 03:33:55 UTC (rev 212039)
@@ -32,7 +32,7 @@
 #include "NetworkProcessConnection.h"
 #include "NetworkRTCMonitorMessages.h"
 #include "WebProcess.h"
-#include <WebCOre/LibWebRTCMacros.h>
+#include <WebCore/LibWebRTCMacros.h>
 #include <webrtc/base/nethelpers.h>
 #include <wtf/MainThread.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to