Title: [243417] trunk/Source/WebKit
Revision
243417
Author
[email protected]
Date
2019-03-23 17:47:08 -0700 (Sat, 23 Mar 2019)

Log Message

Unreviewed, fix typo in comment added in r243379.

* UIProcess/API/Cocoa/WKProcessGroup.mm:
(-[WKProcessGroup setDelegate:]):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (243416 => 243417)


--- trunk/Source/WebKit/ChangeLog	2019-03-23 22:00:44 UTC (rev 243416)
+++ trunk/Source/WebKit/ChangeLog	2019-03-24 00:47:08 UTC (rev 243417)
@@ -1,3 +1,10 @@
+2019-03-23  Chris Dumez  <[email protected]>
+
+        Unreviewed, fix typo in comment added in r243379.
+
+        * UIProcess/API/Cocoa/WKProcessGroup.mm:
+        (-[WKProcessGroup setDelegate:]):
+
 2019-03-23  Simon Fraser  <[email protected]>
 
         REGRESSION (iOS 8): Scrollbar can't be hidden when webkit-overflow-scrolling is set to touch

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/WKProcessGroup.mm (243416 => 243417)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/WKProcessGroup.mm	2019-03-23 22:00:44 UTC (rev 243416)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/WKProcessGroup.mm	2019-03-24 00:47:08 UTC (rev 243417)
@@ -217,7 +217,7 @@
     _delegate = delegate;
 
     // If the client can observe when the connection to the WebProcess injected bundle is established, then we cannot
-    // safely delay the launch of the WebProcess until something is loaded in the Web view.
+    // safely delay the launch of the WebProcess until something is loaded in the web view.
     if ([delegate respondsToSelector:@selector(processGroup:didCreateConnectionToWebProcessPlugIn:)])
         _processPool->disableDelayedWebProcessLaunch();
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to