Title: [116948] trunk/Source/WebKit/gtk
Revision
116948
Author
[email protected]
Date
2012-05-14 08:23:43 -0700 (Mon, 14 May 2012)

Log Message

[GTK] Wrong documentation for Web Database
https://bugs.webkit.org/show_bug.cgi?id=86362

Patch by Thiago Marcos P. Santos <[email protected]> on 2012-05-14
Reviewed by Martin Robinson.

Fixed docs for webkit_set_default_web_database_quota().

* webkit/webkitwebdatabase.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/gtk/ChangeLog (116947 => 116948)


--- trunk/Source/WebKit/gtk/ChangeLog	2012-05-14 15:15:26 UTC (rev 116947)
+++ trunk/Source/WebKit/gtk/ChangeLog	2012-05-14 15:23:43 UTC (rev 116948)
@@ -1,3 +1,14 @@
+2012-05-14  Thiago Marcos P. Santos  <[email protected]>
+
+        [GTK] Wrong documentation for Web Database
+        https://bugs.webkit.org/show_bug.cgi?id=86362
+
+        Reviewed by Martin Robinson.
+
+        Fixed docs for webkit_set_default_web_database_quota().
+
+        * webkit/webkitwebdatabase.cpp:
+
 2012-05-11  Gustavo Noronha Silva  <[email protected]>
 
         REGRESSION(r116205): [GTK]: build no longer supports thin archives

Modified: trunk/Source/WebKit/gtk/webkit/webkitwebdatabase.cpp (116947 => 116948)


--- trunk/Source/WebKit/gtk/webkit/webkitwebdatabase.cpp	2012-05-14 15:15:26 UTC (rev 116947)
+++ trunk/Source/WebKit/gtk/webkit/webkitwebdatabase.cpp	2012-05-14 15:23:43 UTC (rev 116948)
@@ -519,8 +519,7 @@
  * webkit_set_default_web_database_quota:
  * @defaultQuota: the new default database quota
  *
- * Sets the current path to the directory WebKit will write Web 
- * Database databases. 
+ * Sets the default quota for Web Database databases.
  *
  * Since: 1.1.14
  **/
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to