Title: [262647] trunk/Source/WebKit
Revision
262647
Author
commit-qu...@webkit.org
Date
2020-06-05 13:04:08 -0700 (Fri, 05 Jun 2020)

Log Message

Update header documentation for WKPreferences.fraudulentWebsiteWarningEnabled
https://bugs.webkit.org/show_bug.cgi?id=212843
<rdar://problem/64010164>

Patch by Alex Christensen <achristen...@webkit.org> on 2020-06-05
Reviewed by Geoffrey Garen.

* UIProcess/API/Cocoa/WKPreferences.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (262646 => 262647)


--- trunk/Source/WebKit/ChangeLog	2020-06-05 20:00:14 UTC (rev 262646)
+++ trunk/Source/WebKit/ChangeLog	2020-06-05 20:04:08 UTC (rev 262647)
@@ -1,3 +1,13 @@
+2020-06-05  Alex Christensen  <achristen...@webkit.org>
+
+        Update header documentation for WKPreferences.fraudulentWebsiteWarningEnabled
+        https://bugs.webkit.org/show_bug.cgi?id=212843
+        <rdar://problem/64010164>
+
+        Reviewed by Geoffrey Garen.
+
+        * UIProcess/API/Cocoa/WKPreferences.h:
+
 2020-06-05  Brent Fulgham  <bfulg...@apple.com>
 
         [iOS] Remove message filtering telemetry for expected case

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/WKPreferences.h (262646 => 262647)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/WKPreferences.h	2020-06-05 20:00:14 UTC (rev 262646)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/WKPreferences.h	2020-06-05 20:04:08 UTC (rev 262647)
@@ -47,8 +47,7 @@
 
 /*! @abstract A Boolean value indicating whether warnings should be
  shown for suspected fraudulent content such as phishing or malware.
- @discussion The default value is YES. This feature is currently available
- in the following region: China.
+ @discussion The default value is YES.
  */
 @property (nonatomic, getter=isFraudulentWebsiteWarningEnabled) BOOL fraudulentWebsiteWarningEnabled WK_API_AVAILABLE(macos(10.15), ios(13.0));
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to