Title: [149784] trunk/Source/WebKit2
Revision
149784
Author
[email protected]
Date
2013-05-08 18:02:20 -0700 (Wed, 08 May 2013)

Log Message

Fix a typo in a comment.

Rubber-stamped by Darin Adler.

* WebProcess/WebProcess.cpp:
(WebKit::WebProcess::initializeConnection):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (149783 => 149784)


--- trunk/Source/WebKit2/ChangeLog	2013-05-09 00:49:10 UTC (rev 149783)
+++ trunk/Source/WebKit2/ChangeLog	2013-05-09 01:02:20 UTC (rev 149784)
@@ -1,5 +1,14 @@
 2013-05-08  Anders Carlsson  <[email protected]>
 
+        Fix a typo in a comment.
+
+        Rubber-stamped by Darin Adler.
+
+        * WebProcess/WebProcess.cpp:
+        (WebKit::WebProcess::initializeConnection):
+
+2013-05-08  Anders Carlsson  <[email protected]>
+
         Remove bogus StorageAreaMap assertions
         https://bugs.webkit.org/show_bug.cgi?id=115838
 

Modified: trunk/Source/WebKit2/WebProcess/WebProcess.cpp (149783 => 149784)


--- trunk/Source/WebKit2/WebProcess/WebProcess.cpp	2013-05-09 00:49:10 UTC (rev 149783)
+++ trunk/Source/WebKit2/WebProcess/WebProcess.cpp	2013-05-09 01:02:20 UTC (rev 149784)
@@ -244,7 +244,7 @@
 
     // In order to ensure that the asynchronous messages that are used for notifying the UI process
     // about when WebFrame objects come and go are always delivered before the synchronous policy messages,
-    // use this flag to force synchronous messages to be treaded as asynchronous messages in the UI process
+    // use this flag to force synchronous messages to be treated as asynchronous messages in the UI process
     // unless when doing so would lead to a deadlock.
     connection->setOnlySendMessagesAsDispatchWhenWaitingForSyncReplyWhenProcessingSuchAMessage(true);
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to