Title: [173960] releases/WebKitGTK/webkit-2.4/Source/WebKit2
Revision
173960
Author
[email protected]
Date
2014-09-25 06:49:29 -0700 (Thu, 25 Sep 2014)

Log Message

Merge r173658 - [GTK] Typo in  webkit_security_manager_register_uri_scheme_as_empty_document documentation
https://bugs.webkit.org/show_bug.cgi?id=136852

Patch by Tomas Popela <[email protected]> on 2014-09-16
Reviewed by Carlos Garcia Campos.

* UIProcess/API/gtk/WebKitSecurityManager.cpp:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.4/Source/WebKit2/ChangeLog (173959 => 173960)


--- releases/WebKitGTK/webkit-2.4/Source/WebKit2/ChangeLog	2014-09-25 13:46:47 UTC (rev 173959)
+++ releases/WebKitGTK/webkit-2.4/Source/WebKit2/ChangeLog	2014-09-25 13:49:29 UTC (rev 173960)
@@ -1,3 +1,12 @@
+2014-09-16  Tomas Popela  <[email protected]>
+
+        [GTK] Typo in  webkit_security_manager_register_uri_scheme_as_empty_document documentation
+        https://bugs.webkit.org/show_bug.cgi?id=136852
+
+        Reviewed by Carlos Garcia Campos.
+
+        * UIProcess/API/gtk/WebKitSecurityManager.cpp:
+
 2014-09-19  Carlos Garcia Campos  <[email protected]>
 
         [GTK] generate-inspector-gresource-manifest.py should receive the list of files from the makefile

Modified: releases/WebKitGTK/webkit-2.4/Source/WebKit2/UIProcess/API/gtk/WebKitSecurityManager.cpp (173959 => 173960)


--- releases/WebKitGTK/webkit-2.4/Source/WebKit2/UIProcess/API/gtk/WebKitSecurityManager.cpp	2014-09-25 13:46:47 UTC (rev 173959)
+++ releases/WebKitGTK/webkit-2.4/Source/WebKit2/UIProcess/API/gtk/WebKitSecurityManager.cpp	2014-09-25 13:49:29 UTC (rev 173960)
@@ -302,7 +302,7 @@
  * @scheme: a URI scheme
  *
  * Register @scheme as an empty document scheme. This means that
- * they are allowd to commit synchronously.
+ * they are allowed to commit synchronously.
  */
 void webkit_security_manager_register_uri_scheme_as_empty_document(WebKitSecurityManager* manager, const char* scheme)
 {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to