Modified: tags/Safari-604.1.23.0.4/Source/WebKit2/ChangeLog (217698 => 217699)
--- tags/Safari-604.1.23.0.4/Source/WebKit2/ChangeLog 2017-06-02 05:28:03 UTC (rev 217698)
+++ tags/Safari-604.1.23.0.4/Source/WebKit2/ChangeLog 2017-06-02 05:30:02 UTC (rev 217699)
@@ -1,3 +1,16 @@
+2017-06-01 Babak Shafiei <[email protected]>
+
+ Merge r217681.
+
+ 2017-06-01 Jon Lee <[email protected]>
+
+ Rename an experimental feature item
+ https://bugs.webkit.org/show_bug.cgi?id=172830
+
+ Reviewed by Joseph Pecoraro.
+
+ * Shared/WebPreferencesDefinitions.h:
+
2017-05-31 Matthew Hanson <[email protected]>
Cherry-pick r217615. rdar://problem/32489499
Modified: tags/Safari-604.1.23.0.4/Source/WebKit2/Shared/WebPreferencesDefinitions.h (217698 => 217699)
--- tags/Safari-604.1.23.0.4/Source/WebKit2/Shared/WebPreferencesDefinitions.h 2017-06-02 05:28:03 UTC (rev 217698)
+++ tags/Safari-604.1.23.0.4/Source/WebKit2/Shared/WebPreferencesDefinitions.h 2017-06-02 05:30:02 UTC (rev 217699)
@@ -359,7 +359,7 @@
macro(WebGL2Enabled, webGL2Enabled, Bool, bool, false, "WebGL 2.0", "WebGL 2 prototype") \
macro(WebGPUEnabled, webGPUEnabled, Bool, bool, false, "WebGPU", "WebGPU prototype") \
macro(DisplayContentsEnabled, displayContentsEnabled, Bool, bool, false, "display: contents", "Enable CSS display: contents support") \
- macro(WebRTCLegacyAPIDisabled, webRTCLegacyAPIDisabled, Bool, bool, false, "No WebRTC Legacy API", "Disable WebRTC legacy API support") \
+ macro(WebRTCLegacyAPIDisabled, webRTCLegacyAPIDisabled, Bool, bool, false, "Remove Legacy WebRTC API", "Remove Legacy WebRTC API") \
\
#if PLATFORM(COCOA)