Title: [111669] trunk/Source/WebCore
Revision
111669
Author
[email protected]
Date
2012-03-22 04:17:35 -0700 (Thu, 22 Mar 2012)

Log Message

[GTK] Fix the only remaining coding style issue in GTK accessibility code
https://bugs.webkit.org/show_bug.cgi?id=81885

Patch by Mario Sanchez Prada <[email protected]> on 2012-03-22
Reviewed by Xan Lopez.

Add needed extra line and remove an unneeded one.

* accessibility/gtk/AccessibilityObjectAtk.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (111668 => 111669)


--- trunk/Source/WebCore/ChangeLog	2012-03-22 10:50:32 UTC (rev 111668)
+++ trunk/Source/WebCore/ChangeLog	2012-03-22 11:17:35 UTC (rev 111669)
@@ -1,3 +1,14 @@
+2012-03-22  Mario Sanchez Prada  <[email protected]>
+
+        [GTK] Fix the only remaining coding style issue in GTK accessibility code
+        https://bugs.webkit.org/show_bug.cgi?id=81885
+
+        Reviewed by Xan Lopez.
+
+        Add needed extra line and remove an unneeded one.
+
+        * accessibility/gtk/AccessibilityObjectAtk.cpp:
+
 2012-03-22  Kent Tamura  <[email protected]>
 
         Expand RenderTextControlSingleLine::controlClipRect() to contain contentRect().

Modified: trunk/Source/WebCore/accessibility/gtk/AccessibilityObjectAtk.cpp (111668 => 111669)


--- trunk/Source/WebCore/accessibility/gtk/AccessibilityObjectAtk.cpp	2012-03-22 10:50:32 UTC (rev 111668)
+++ trunk/Source/WebCore/accessibility/gtk/AccessibilityObjectAtk.cpp	2012-03-22 11:17:35 UTC (rev 111669)
@@ -20,9 +20,9 @@
 
 #include "config.h"
 #include "AccessibilityObject.h"
+
 #include "RenderObject.h"
 #include "RenderText.h"
-
 #include <glib-object.h>
 
 #if HAVE(ACCESSIBILITY)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to