[WebAuthN] Make WebAuthN default on
https://bugs.webkit.org/show_bug.cgi?id=197805
<rdar://problem/50683699>

Reviewed by Darin Adler.

* Shared/WebPreferences.yaml:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@245329 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog
index aec8e69..91dbaf5 100644
--- a/Source/WebKit/ChangeLog
+++ b/Source/WebKit/ChangeLog
@@ -1,3 +1,13 @@
+2019-05-15  Jiewen Tan  <jiewen_tan@apple.com>
+
+        [WebAuthN] Make WebAuthN default on
+        https://bugs.webkit.org/show_bug.cgi?id=197805
+        <rdar://problem/50683699>
+
+        Reviewed by Darin Adler.
+
+        * Shared/WebPreferences.yaml:
+
 2019-05-15  Youenn Fablet  <youenn@apple.com>
 
         Reuse existing WebPageProxy quota handler for NetworkProcessProxy quota requests
diff --git a/Source/WebKit/Shared/WebPreferences.yaml b/Source/WebKit/Shared/WebPreferences.yaml
index 8d24ac7..b3dad07 100644
--- a/Source/WebKit/Shared/WebPreferences.yaml
+++ b/Source/WebKit/Shared/WebPreferences.yaml
@@ -749,7 +749,7 @@
 
 WebAuthenticationEnabled:
   type: bool
-  defaultValue: false
+  defaultValue: true
   humanReadableName: "Web Authentication"
   humanReadableDescription: "Enable Web Authentication support"
   webcoreBinding: RuntimeEnabledFeatures