Changeset 229832 in webkit


Ignore:
Timestamp:
Mar 21, 2018 3:37:37 PM (6 years ago)
Author:
eric.carlson@apple.com
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.
Location:
trunk/Source/WebKit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r229831 r229832  
     12018-03-21  Eric Carlson  <eric.carlson@apple.com>
     2
     3        Fix typo in inactive media stream timeout default value
     4        https://bugs.webkit.org/show_bug.cgi?id=183872
     5        <rdar://problem/38723903>
     6
     7        Reviewed by Jer Noble.
     8
     9        * Shared/WebPreferences.yaml: Fix typo.
     10        * Shared/WebPreferencesDefaultValues.h: Ditto.
     11
    1122018-03-21  Chris Dumez  <cdumez@apple.com>
    213
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r229680 r229832  
    951951InactiveMediaCaptureSteamRepromptIntervalInMinutes:
    952952  type: double
    953   defaultValue: DEFAULT_INTERACTIVE_MNEDIA_CAPTURE_STREAM_REPROMPT_INTERVAL_IN_MINUTES
     953  defaultValue: DEFAULT_INTERACTIVE_MEDIA_CAPTURE_STREAM_REPROMPT_INTERVAL_IN_MINUTES
    954954  webcoreBinding: none
    955955
  • trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.h

    r227873 r229832  
    7676#define DEFAULT_REQUIRES_USER_GESTURE_FOR_AUDIO_PLAYBACK true
    7777#define DEFAULT_LEGACY_ENCRYPTED_MEDIA_API_ENABLED false
    78 #define DEFAULT_INTERACTIVE_MNEDIA_CAPTURE_STREAM_REPROMPT_INTERVAL_IN_MINUTES 1
     78#define DEFAULT_INTERACTIVE_MEDIA_CAPTURE_STREAM_REPROMPT_INTERVAL_IN_MINUTES 1
    7979#else
    8080#define DEFAULT_ALLOWS_PICTURE_IN_PICTURE_MEDIA_PLAYBACK false
     
    9595#define DEFAULT_REQUIRES_USER_GESTURE_FOR_AUDIO_PLAYBACK false
    9696#define DEFAULT_LEGACY_ENCRYPTED_MEDIA_API_ENABLED true
    97 #define DEFAULT_INTERACTIVE_MNEDIA_CAPTURE_STREAM_REPROMPT_INTERVAL_IN_MINUTES 10
     97#define DEFAULT_INTERACTIVE_MEDIA_CAPTURE_STREAM_REPROMPT_INTERVAL_IN_MINUTES 10
    9898#endif
    9999
Note: See TracChangeset for help on using the changeset viewer.