Title: [86898] trunk/Source/WebKit2
Revision
86898
Author
[email protected]
Date
2011-05-19 15:13:58 -0700 (Thu, 19 May 2011)

Log Message

Address a review comment by Sam Weinig.

* UIProcess/WebContext.cpp:
(WebKit::WebContext::didUpdateHistoryTitle):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (86897 => 86898)


--- trunk/Source/WebKit2/ChangeLog	2011-05-19 22:13:19 UTC (rev 86897)
+++ trunk/Source/WebKit2/ChangeLog	2011-05-19 22:13:58 UTC (rev 86898)
@@ -1,5 +1,12 @@
 2011-05-19  Anders Carlsson  <[email protected]>
 
+        Address a review comment by Sam Weinig.
+
+        * UIProcess/WebContext.cpp:
+        (WebKit::WebContext::didUpdateHistoryTitle):
+
+2011-05-19  Anders Carlsson  <[email protected]>
+
         Reviewed by Sam Weinig.
 
         Hang UI appears when WebProcess isn't running

Modified: trunk/Source/WebKit2/UIProcess/WebContext.cpp (86897 => 86898)


--- trunk/Source/WebKit2/UIProcess/WebContext.cpp	2011-05-19 22:13:19 UTC (rev 86897)
+++ trunk/Source/WebKit2/UIProcess/WebContext.cpp	2011-05-19 22:13:58 UTC (rev 86898)
@@ -455,7 +455,7 @@
     MESSAGE_CHECK(frame);
     MESSAGE_CHECK(frame->page() == page);
 
-    m_historyClient.didUpdateHistoryTitle(this, frame->page(), title, url, frame);
+    m_historyClient.didUpdateHistoryTitle(this, page, title, url, frame);
 }
 
 void WebContext::populateVisitedLinks()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to