Title: [102247] trunk/Source/WebCore
Revision
102247
Author
m...@apple.com
Date
2011-12-07 10:21:04 -0800 (Wed, 07 Dec 2011)

Log Message

Fixed the definition of BUTTON_CELL_DRAW_WITH_FRAME_DRAWS_FOCUS_RING from r102246.

* platform/mac/ThemeMac.mm: Added parentheses.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (102246 => 102247)


--- trunk/Source/WebCore/ChangeLog	2011-12-07 18:15:02 UTC (rev 102246)
+++ trunk/Source/WebCore/ChangeLog	2011-12-07 18:21:04 UTC (rev 102247)
@@ -1,5 +1,11 @@
 2011-12-07  Dan Bernstein  <m...@apple.com>
 
+        Fixed the definition of BUTTON_CELL_DRAW_WITH_FRAME_DRAWS_FOCUS_RING from r102246.
+
+        * platform/mac/ThemeMac.mm: Added parentheses.
+
+2011-12-07  Dan Bernstein  <m...@apple.com>
+
         <rdar://problem/10542095> Focus rings are not drawn around push buttons, radio buttons and checkboxes
 
         Reviewed by Darin Adler.

Modified: trunk/Source/WebCore/platform/mac/ThemeMac.mm (102246 => 102247)


--- trunk/Source/WebCore/platform/mac/ThemeMac.mm	2011-12-07 18:15:02 UTC (rev 102246)
+++ trunk/Source/WebCore/platform/mac/ThemeMac.mm	2011-12-07 18:21:04 UTC (rev 102247)
@@ -69,7 +69,7 @@
 
 @end
 
-#define BUTTON_CELL_DRAW_WITH_FRAME_DRAWS_FOCUS_RING defined(BUILDING_ON_SNOW_LEOPARD) || defined(BUILDING_ON_LION)
+#define BUTTON_CELL_DRAW_WITH_FRAME_DRAWS_FOCUS_RING (defined(BUILDING_ON_SNOW_LEOPARD) || defined(BUILDING_ON_LION))
 
 #if !BUTTON_CELL_DRAW_WITH_FRAME_DRAWS_FOCUS_RING
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to