Title: [155463] trunk/Tools
- Revision
- 155463
- Author
- [email protected]
- Date
- 2013-09-10 12:19:47 -0700 (Tue, 10 Sep 2013)
Log Message
AX: Expose DOM ID and ClassList to AX APIs for automation and AT element hashes
https://bugs.webkit.org/show_bug.cgi?id=120552
Unreviewed build fix.
* DumpRenderTree/win/AccessibilityUIElementWin.cpp:
(AccessibilityUIElement::classList):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (155462 => 155463)
--- trunk/Tools/ChangeLog 2013-09-10 19:09:20 UTC (rev 155462)
+++ trunk/Tools/ChangeLog 2013-09-10 19:19:47 UTC (rev 155463)
@@ -3,6 +3,16 @@
AX: Expose DOM ID and ClassList to AX APIs for automation and AT element hashes
https://bugs.webkit.org/show_bug.cgi?id=120552
+ Unreviewed build fix.
+
+ * DumpRenderTree/win/AccessibilityUIElementWin.cpp:
+ (AccessibilityUIElement::classList):
+
+2013-09-10 Chris Fleizach <[email protected]>
+
+ AX: Expose DOM ID and ClassList to AX APIs for automation and AT element hashes
+ https://bugs.webkit.org/show_bug.cgi?id=120552
+
Reviewed by Darin Adler.
* DumpRenderTree/AccessibilityUIElement.cpp:
Modified: trunk/Tools/DumpRenderTree/win/AccessibilityUIElementWin.cpp (155462 => 155463)
--- trunk/Tools/DumpRenderTree/win/AccessibilityUIElementWin.cpp 2013-09-10 19:09:20 UTC (rev 155462)
+++ trunk/Tools/DumpRenderTree/win/AccessibilityUIElementWin.cpp 2013-09-10 19:19:47 UTC (rev 155463)
@@ -834,7 +834,7 @@
// FIXME: implement
}
-JSStringRef AccessibilityUIElement::classList()
+JSStringRef AccessibilityUIElement::classList() const
{
// FIXME: implement
return 0;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes