Title: [258995] trunk/Source/WebKit
Revision
258995
Author
dba...@webkit.org
Date
2020-03-25 10:32:07 -0700 (Wed, 25 Mar 2020)

Log Message

Remove newline that I accidentally added in r258989.

* WebProcess/WebPage/Cocoa/WebPageCocoa.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (258994 => 258995)


--- trunk/Source/WebKit/ChangeLog	2020-03-25 17:27:01 UTC (rev 258994)
+++ trunk/Source/WebKit/ChangeLog	2020-03-25 17:32:07 UTC (rev 258995)
@@ -1,3 +1,9 @@
+2020-03-25  Daniel Bates  <daba...@apple.com>
+
+        Remove newline that I accidentally added in r258989.
+
+        * WebProcess/WebPage/Cocoa/WebPageCocoa.mm:
+
 2020-03-25  Brent Fulgham  <bfulg...@apple.com>
 
         Avoid logging sensitive information for all network sessions

Modified: trunk/Source/WebKit/WebProcess/WebPage/Cocoa/WebPageCocoa.mm (258994 => 258995)


--- trunk/Source/WebKit/WebProcess/WebPage/Cocoa/WebPageCocoa.mm	2020-03-25 17:27:01 UTC (rev 258994)
+++ trunk/Source/WebKit/WebProcess/WebPage/Cocoa/WebPageCocoa.mm	2020-03-25 17:32:07 UTC (rev 258995)
@@ -314,7 +314,6 @@
     return data;
 }
 
-
 void WebPage::getProcessDisplayName(CompletionHandler<void(String&&)>&& completionHandler)
 {
 #if PLATFORM(MAC)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to