Title: [229832] trunk/Source/WebKit
Revision
229832
Author
[email protected]
Date
2018-03-21 15:37:37 -0700 (Wed, 21 Mar 2018)

Log Message

Fix typo in inactive media stream timeout default value
https://bugs.webkit.org/show_bug.cgi?id=183872
<rdar://problem/38723903>

Reviewed by Jer Noble.

* Shared/WebPreferences.yaml: Fix typo.
* Shared/WebPreferencesDefaultValues.h: Ditto.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (229831 => 229832)


--- trunk/Source/WebKit/ChangeLog	2018-03-21 22:28:50 UTC (rev 229831)
+++ trunk/Source/WebKit/ChangeLog	2018-03-21 22:37:37 UTC (rev 229832)
@@ -1,3 +1,14 @@
+2018-03-21  Eric Carlson  <[email protected]>
+
+        Fix typo in inactive media stream timeout default value
+        https://bugs.webkit.org/show_bug.cgi?id=183872
+        <rdar://problem/38723903>
+
+        Reviewed by Jer Noble.
+
+        * Shared/WebPreferences.yaml: Fix typo.
+        * Shared/WebPreferencesDefaultValues.h: Ditto.
+
 2018-03-21  Chris Dumez  <[email protected]>
 
         Make policy decisions asynchronous

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (229831 => 229832)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-03-21 22:28:50 UTC (rev 229831)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-03-21 22:37:37 UTC (rev 229832)
@@ -950,7 +950,7 @@
 
 InactiveMediaCaptureSteamRepromptIntervalInMinutes:
   type: double
-  defaultValue: DEFAULT_INTERACTIVE_MNEDIA_CAPTURE_STREAM_REPROMPT_INTERVAL_IN_MINUTES
+  defaultValue: DEFAULT_INTERACTIVE_MEDIA_CAPTURE_STREAM_REPROMPT_INTERVAL_IN_MINUTES
   webcoreBinding: none
 
 LongRunningMediaCaptureStreamRepromptIntervalInHours:

Modified: trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.h (229831 => 229832)


--- trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.h	2018-03-21 22:28:50 UTC (rev 229831)
+++ trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.h	2018-03-21 22:37:37 UTC (rev 229832)
@@ -75,7 +75,7 @@
 #define DEFAULT_TEMPORARY_TILE_COHORT_RETENTION_ENABLED false
 #define DEFAULT_REQUIRES_USER_GESTURE_FOR_AUDIO_PLAYBACK true
 #define DEFAULT_LEGACY_ENCRYPTED_MEDIA_API_ENABLED false
-#define DEFAULT_INTERACTIVE_MNEDIA_CAPTURE_STREAM_REPROMPT_INTERVAL_IN_MINUTES 1
+#define DEFAULT_INTERACTIVE_MEDIA_CAPTURE_STREAM_REPROMPT_INTERVAL_IN_MINUTES 1
 #else
 #define DEFAULT_ALLOWS_PICTURE_IN_PICTURE_MEDIA_PLAYBACK false
 #define DEFAULT_BACKSPACE_KEY_NAVIGATION_ENABLED true
@@ -94,7 +94,7 @@
 #define DEFAULT_TEMPORARY_TILE_COHORT_RETENTION_ENABLED true
 #define DEFAULT_REQUIRES_USER_GESTURE_FOR_AUDIO_PLAYBACK false
 #define DEFAULT_LEGACY_ENCRYPTED_MEDIA_API_ENABLED true
-#define DEFAULT_INTERACTIVE_MNEDIA_CAPTURE_STREAM_REPROMPT_INTERVAL_IN_MINUTES 10
+#define DEFAULT_INTERACTIVE_MEDIA_CAPTURE_STREAM_REPROMPT_INTERVAL_IN_MINUTES 10
 #endif
 
 #if PLATFORM(COCOA)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to