Title: [253216] trunk/Source/WebKit
Revision
253216
Author
m...@apple.com
Date
2019-12-06 14:07:54 -0800 (Fri, 06 Dec 2019)

Log Message

Address <https://bugs.webkit.org/show_bug.cgi?id=189222#c3>

* UIProcess/API/Cocoa/WKWebView.mm:
(-[WKWebView valueForUndefinedKey:]): Added a newline.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (253215 => 253216)


--- trunk/Source/WebKit/ChangeLog	2019-12-06 21:45:48 UTC (rev 253215)
+++ trunk/Source/WebKit/ChangeLog	2019-12-06 22:07:54 UTC (rev 253216)
@@ -1,3 +1,10 @@
+2019-12-06  Dan Bernstein  <m...@apple.com>
+
+        Address <https://bugs.webkit.org/show_bug.cgi?id=189222#c3>
+
+        * UIProcess/API/Cocoa/WKWebView.mm:
+        (-[WKWebView valueForUndefinedKey:]): Added a newline.
+
 2019-12-06  Benjamin Nham  <n...@apple.com>
 
         Drop support for NSURLCache callbacks in NetworkProcess

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm (253215 => 253216)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm	2019-12-06 21:45:48 UTC (rev 253215)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm	2019-12-06 22:07:54 UTC (rev 253216)
@@ -924,7 +924,8 @@
     [super dealloc];
 }
 
-- (id)valueForUndefinedKey:(NSString *)key {
+- (id)valueForUndefinedKey:(NSString *)key
+{
     if ([key isEqualToString:@"serverTrust"])
         return (__bridge id)[self serverTrust];
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to