Changeset 212849 in webkit
- Timestamp:
- Feb 22, 2017, 1:33:10 PM (10 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
wtf/Platform.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r212841 r212849 1 2017-02-22 Alex Christensen <achristensen@webkit.org> 2 3 Re-commit part of r212812 accidentally rolled out with r212841. 4 https://bugs.webkit.org/show_bug.cgi?id=167293 5 6 * wtf/Platform.h: 7 Use libwebrtc on Mac if webrtc is enabled. 8 1 9 2017-02-22 Alex Christensen <achristensen@webkit.org> 2 10 -
trunk/Source/WTF/wtf/Platform.h
r212841 r212849 1209 1209 #endif /* PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 101201 && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200 */ 1210 1210 1211 #if PLATFORM(MAC) && ENABLE(WEB_RTC) 1212 #define USE_LIBWEBRTC 1 1213 #endif 1214 1211 1215 #endif /* WTF_Platform_h */
Note:
See TracChangeset
for help on using the changeset viewer.