Changeset 241452 in webkit


Ignore:
Timestamp:
Feb 13, 2019 12:49:06 PM (5 years ago)
Author:
youenn@apple.com
Message:

Make WebRTCUnifiedPlanEnabled true by default
https://bugs.webkit.org/show_bug.cgi?id=194595

Reviewed by Eric Carlson.

  • Shared/WebPreferences.yaml:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r241451 r241452  
     12019-02-13  Youenn Fablet  <youenn@apple.com>
     2
     3        Make WebRTCUnifiedPlanEnabled true by default
     4        https://bugs.webkit.org/show_bug.cgi?id=194595
     5
     6        Reviewed by Eric Carlson.
     7
     8        * Shared/WebPreferences.yaml:
     9
    1102019-02-13  John Wilander  <wilander@apple.com>
    211
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r241432 r241452  
    531531WebRTCUnifiedPlanEnabled:
    532532  type: bool
    533   defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
     533  defaultValue: true
    534534  webcoreBinding: RuntimeEnabledFeatures
    535535  condition: ENABLE(WEB_RTC)
Note: See TracChangeset for help on using the changeset viewer.