Title: [211171] trunk/Source/WebCore
Revision
211171
Author
[email protected]
Date
2017-01-25 15:14:38 -0800 (Wed, 25 Jan 2017)

Log Message

Fixing typos in r211161
https://bugs.webkit.org/show_bug.cgi?id=167433

Patch by Youenn Fablet <[email protected]> on 2017-01-25
Reviewed by Alex Christensen.

* platform/mediastream/libwebrtc/LibWebRTCProvider.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (211170 => 211171)


--- trunk/Source/WebCore/ChangeLog	2017-01-25 22:58:43 UTC (rev 211170)
+++ trunk/Source/WebCore/ChangeLog	2017-01-25 23:14:38 UTC (rev 211171)
@@ -1,3 +1,12 @@
+2017-01-25  Youenn Fablet  <[email protected]>
+
+        Fixing typos in r211161
+        https://bugs.webkit.org/show_bug.cgi?id=167433
+
+        Reviewed by Alex Christensen.
+
+        * platform/mediastream/libwebrtc/LibWebRTCProvider.h:
+
 2017-01-25  Simon Fraser  <[email protected]>
 
         Revert r210882, removing support for background-repeat-x/y

Modified: trunk/Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.h (211170 => 211171)


--- trunk/Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.h	2017-01-25 22:58:43 UTC (rev 211170)
+++ trunk/Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.h	2017-01-25 23:14:38 UTC (rev 211171)
@@ -26,7 +26,7 @@
 #pragma once
 
 #if USE(LIBWEBRTC)
-#include "LibWebRTCMacros.h"
+#include "LibWebRTCUtils.h"
 #include <webrtc/api/peerconnectioninterface.h>
 #endif
 
@@ -35,7 +35,7 @@
 class WEBCORE_EXPORT LibWebRTCProvider {
 public:
 #if USE(LIBWEBRTC)
-    virtual rtc::scoped_refptr<webrtc::PeerConnectionInterface> createPeerConnection(webrtc::PeerConnectionObserver&) { return createPeerConnection(observer); };
+    virtual rtc::scoped_refptr<webrtc::PeerConnectionInterface> createPeerConnection(webrtc::PeerConnectionObserver& observer) { return WebCore::createPeerConnection(observer); };
 #endif
     virtual ~LibWebRTCProvider() = default;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to