Title: [212849] trunk/Source/WTF
Revision
212849
Author
[email protected]
Date
2017-02-22 13:33:10 -0800 (Wed, 22 Feb 2017)

Log Message

Re-commit part of r212812 accidentally rolled out with r212841.
https://bugs.webkit.org/show_bug.cgi?id=167293

* wtf/Platform.h:
Use libwebrtc on Mac if webrtc is enabled.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (212848 => 212849)


--- trunk/Source/WTF/ChangeLog	2017-02-22 20:59:21 UTC (rev 212848)
+++ trunk/Source/WTF/ChangeLog	2017-02-22 21:33:10 UTC (rev 212849)
@@ -1,5 +1,13 @@
 2017-02-22  Alex Christensen  <[email protected]>
 
+        Re-commit part of r212812 accidentally rolled out with r212841.
+        https://bugs.webkit.org/show_bug.cgi?id=167293
+
+        * wtf/Platform.h:
+        Use libwebrtc on Mac if webrtc is enabled.
+
+2017-02-22  Alex Christensen  <[email protected]>
+
         Fix ASAN build after activating libwebrtc.
 
         * wtf/Ref.h:

Modified: trunk/Source/WTF/wtf/Platform.h (212848 => 212849)


--- trunk/Source/WTF/wtf/Platform.h	2017-02-22 20:59:21 UTC (rev 212848)
+++ trunk/Source/WTF/wtf/Platform.h	2017-02-22 21:33:10 UTC (rev 212849)
@@ -1208,4 +1208,8 @@
 #endif
 #endif /* PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 101201 && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200 */
 
+#if PLATFORM(MAC) && ENABLE(WEB_RTC)
+#define USE_LIBWEBRTC 1
+#endif
+
 #endif /* WTF_Platform_h */
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to