Title: [101049] trunk/Source/WebKit/gtk
Revision
101049
Author
[email protected]
Date
2011-11-23 00:48:23 -0800 (Wed, 23 Nov 2011)

Log Message

Documentation fix for load-committed in webkitwebframe
https://bugs.webkit.org/show_bug.cgi?id=72927

Patch by Kaustubh Atrawalkar <[email protected]> on 2011-11-23
Reviewed by Martin Robinson.

* webkit/webkitwebframe.cpp:
(webkit_web_frame_class_init):

Modified Paths

Diff

Modified: trunk/Source/WebKit/gtk/ChangeLog (101048 => 101049)


--- trunk/Source/WebKit/gtk/ChangeLog	2011-11-23 08:42:10 UTC (rev 101048)
+++ trunk/Source/WebKit/gtk/ChangeLog	2011-11-23 08:48:23 UTC (rev 101049)
@@ -1,3 +1,13 @@
+2011-11-23  Kaustubh Atrawalkar  <[email protected]>
+
+        Documentation fix for load-committed in webkitwebframe
+        https://bugs.webkit.org/show_bug.cgi?id=72927
+
+        Reviewed by Martin Robinson.
+
+        * webkit/webkitwebframe.cpp:
+        (webkit_web_frame_class_init):
+
 2011-11-22  Pavel Feldman  <[email protected]>
 
         Web Inspector: remove Inspector::bringToFront from the protocol.

Modified: trunk/Source/WebKit/gtk/webkit/webkitwebframe.cpp (101048 => 101049)


--- trunk/Source/WebKit/gtk/webkit/webkitwebframe.cpp	2011-11-23 08:42:10 UTC (rev 101048)
+++ trunk/Source/WebKit/gtk/webkit/webkitwebframe.cpp	2011-11-23 08:48:23 UTC (rev 101049)
@@ -203,7 +203,7 @@
             G_TYPE_NONE, 0);
 
     /**
-     * WebKitWebFrame::load-done
+     * WebKitWebFrame::load-committed
      * @web_frame: the object on which the signal is emitted
      *
      * Emitted when frame loading is done.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to