Title: [212967] trunk/Source/WTF
Revision
212967
Author
commit-qu...@webkit.org
Date
2017-02-24 12:09:13 -0800 (Fri, 24 Feb 2017)

Log Message

Prepare to enable WebRTC on iOS
https://bugs.webkit.org/show_bug.cgi?id=168811

Patch by Alex Christensen <achristen...@webkit.org> on 2017-02-24
Reviewed by Youenn Fablet.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (212966 => 212967)


--- trunk/Source/WTF/ChangeLog	2017-02-24 20:04:25 UTC (rev 212966)
+++ trunk/Source/WTF/ChangeLog	2017-02-24 20:09:13 UTC (rev 212967)
@@ -1,3 +1,12 @@
+2017-02-24  Alex Christensen  <achristen...@webkit.org>
+
+        Prepare to enable WebRTC on iOS
+        https://bugs.webkit.org/show_bug.cgi?id=168811
+
+        Reviewed by Youenn Fablet.
+
+        * wtf/Platform.h:
+
 2017-02-23  Joseph Pecoraro  <pecor...@apple.com>
 
         [Resource Timing] Gather timing information with reliable responseEnd time

Modified: trunk/Source/WTF/wtf/Platform.h (212966 => 212967)


--- trunk/Source/WTF/wtf/Platform.h	2017-02-24 20:04:25 UTC (rev 212966)
+++ trunk/Source/WTF/wtf/Platform.h	2017-02-24 20:09:13 UTC (rev 212967)
@@ -1194,7 +1194,7 @@
 #endif
 #endif /* PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 101201 && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200 */
 
-#if PLATFORM(MAC) && ENABLE(WEB_RTC)
+#if PLATFORM(COCOA) && ENABLE(WEB_RTC)
 #define USE_LIBWEBRTC 1
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to