Title: [238284] trunk/Source/WebKit
Revision
238284
Author
cdu...@apple.com
Date
2018-11-16 09:12:44 -0800 (Fri, 16 Nov 2018)

Log Message

Unreviewed typo fix in comment added in r238250.

* UIProcess/WebProcessPool.cpp:
(WebKit::WebProcessPool::ensureNetworkProcess):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (238283 => 238284)


--- trunk/Source/WebKit/ChangeLog	2018-11-16 16:58:37 UTC (rev 238283)
+++ trunk/Source/WebKit/ChangeLog	2018-11-16 17:12:44 UTC (rev 238284)
@@ -1,3 +1,10 @@
+2018-11-16  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed typo fix in comment added in r238250.
+
+        * UIProcess/WebProcessPool.cpp:
+        (WebKit::WebProcessPool::ensureNetworkProcess):
+
 2018-11-16  Sihui Liu  <sihui_...@apple.com>
 
         Storing blobs in IDB on iOS: "Error preparing blob/file"

Modified: trunk/Source/WebKit/UIProcess/WebProcessPool.cpp (238283 => 238284)


--- trunk/Source/WebKit/UIProcess/WebProcessPool.cpp	2018-11-16 16:58:37 UTC (rev 238283)
+++ trunk/Source/WebKit/UIProcess/WebProcessPool.cpp	2018-11-16 17:12:44 UTC (rev 238284)
@@ -572,7 +572,7 @@
         withWebsiteDataStore->clearPendingCookies();
     }
 
-    // Make sure the network process knowns about all the sessions that have been registered before it started.
+    // Make sure the network process knows about all the sessions that have been registered before it started.
     for (auto& sessionID : m_sessionToPagesMap.keys()) {
         if (auto* websiteDataStore = WebsiteDataStore::existingNonDefaultDataStoreForSessionID(sessionID))
             m_networkProcess->addSession(*websiteDataStore);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to