Title: [99746] trunk/Tools
Revision
99746
Author
bda...@apple.com
Date
2011-11-09 12:04:02 -0800 (Wed, 09 Nov 2011)

Log Message

Build fix.

* DumpRenderTree/mac/AccessibilityUIElementMac.mm:
(AccessibilityUIElement::uiElementAttributeValue):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (99745 => 99746)


--- trunk/Tools/ChangeLog	2011-11-09 20:01:24 UTC (rev 99745)
+++ trunk/Tools/ChangeLog	2011-11-09 20:04:02 UTC (rev 99746)
@@ -1,5 +1,12 @@
 2011-11-09  Beth Dakin  <bda...@apple.com>
 
+        Build fix.
+
+        * DumpRenderTree/mac/AccessibilityUIElementMac.mm:
+        (AccessibilityUIElement::uiElementAttributeValue):
+
+2011-11-09  Beth Dakin  <bda...@apple.com>
+
         Speculative build fix.
 
         * DumpRenderTree/AccessibilityUIElement.h:

Modified: trunk/Tools/DumpRenderTree/mac/AccessibilityUIElementMac.mm (99745 => 99746)


--- trunk/Tools/DumpRenderTree/mac/AccessibilityUIElementMac.mm	2011-11-09 20:01:24 UTC (rev 99745)
+++ trunk/Tools/DumpRenderTree/mac/AccessibilityUIElementMac.mm	2011-11-09 20:04:02 UTC (rev 99746)
@@ -480,7 +480,7 @@
     return 0;
 }
 
-AccessibilityUIElement AccessibilityUIElement::uiElementAttributeValue(JSStringRef attribute)
+AccessibilityUIElement AccessibilityUIElement::uiElementAttributeValue(JSStringRef attribute) const
 {
     BEGIN_AX_OBJC_EXCEPTIONS
     id uiElement = [m_element accessibilityAttributeValue:[NSString stringWithJSStringRef:attribute]];
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to