Title: [99743] trunk/Tools
Revision
99743
Author
bda...@apple.com
Date
2011-11-09 11:45:08 -0800 (Wed, 09 Nov 2011)

Log Message

Speculative build fix.

* DumpRenderTree/AccessibilityUIElement.h:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (99742 => 99743)


--- trunk/Tools/ChangeLog	2011-11-09 19:35:28 UTC (rev 99742)
+++ trunk/Tools/ChangeLog	2011-11-09 19:45:08 UTC (rev 99743)
@@ -1,3 +1,9 @@
+2011-11-09  Beth Dakin  <bda...@apple.com>
+
+        Speculative build fix.
+
+        * DumpRenderTree/AccessibilityUIElement.h:
+
 2011-11-09  Julien Chaffraix  <jchaffr...@webkit.org>
 
         Unreviewed build fix.

Modified: trunk/Tools/DumpRenderTree/AccessibilityUIElement.h (99742 => 99743)


--- trunk/Tools/DumpRenderTree/AccessibilityUIElement.h	2011-11-09 19:35:28 UTC (rev 99742)
+++ trunk/Tools/DumpRenderTree/AccessibilityUIElement.h	2011-11-09 19:45:08 UTC (rev 99743)
@@ -105,7 +105,7 @@
     // Attributes - platform-independent implementations
     JSStringRef stringAttributeValue(JSStringRef attribute);
     double numberAttributeValue(JSStringRef attribute);
-    AccessibilityUIElement uiElementAttributeValue(JSStringRef attribute);    
+    AccessibilityUIElement uiElementAttributeValue(JSStringRef attribute) const;    
     bool boolAttributeValue(JSStringRef attribute);
     bool isAttributeSupported(JSStringRef attribute);
     bool isAttributeSettable(JSStringRef attribute);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to