Title: [138147] trunk/Source/WebKit2
Revision
138147
Author
commit-qu...@webkit.org
Date
2012-12-19 05:32:45 -0800 (Wed, 19 Dec 2012)

Log Message

[GTK] [WK2] Trailing semicolon in an #include line
https://bugs.webkit.org/show_bug.cgi?id=105418

Patch by Alberto Garcia <agar...@igalia.com> on 2012-12-19
Reviewed by Xan Lopez.

* UIProcess/gtk/WebContextGtk.cpp:
Remove trailing semicolon in #include line.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (138146 => 138147)


--- trunk/Source/WebKit2/ChangeLog	2012-12-19 13:22:31 UTC (rev 138146)
+++ trunk/Source/WebKit2/ChangeLog	2012-12-19 13:32:45 UTC (rev 138147)
@@ -1,3 +1,13 @@
+2012-12-19  Alberto Garcia  <agar...@igalia.com>
+
+        [GTK] [WK2] Trailing semicolon in an #include line
+        https://bugs.webkit.org/show_bug.cgi?id=105418
+
+        Reviewed by Xan Lopez.
+
+        * UIProcess/gtk/WebContextGtk.cpp:
+        Remove trailing semicolon in #include line.
+
 2012-12-19  Kenneth Rohde Christiansen  <kenn...@webkit.org>
 
         [EFL][WK2] Move deviceScaleFactor to our view as it's view related

Modified: trunk/Source/WebKit2/UIProcess/gtk/WebContextGtk.cpp (138146 => 138147)


--- trunk/Source/WebKit2/UIProcess/gtk/WebContextGtk.cpp	2012-12-19 13:22:31 UTC (rev 138146)
+++ trunk/Source/WebKit2/UIProcess/gtk/WebContextGtk.cpp	2012-12-19 13:32:45 UTC (rev 138147)
@@ -29,7 +29,7 @@
 #include "WebContext.h"
 
 #include "Logging.h"
-#include "WebCookieManagerProxy.h";
+#include "WebCookieManagerProxy.h"
 #include "WebInspectorServer.h"
 #include "WebProcessCreationParameters.h"
 #include "WebSoupRequestManagerProxy.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to