Index: webkit/tools/test_shell/accessibility_ui_element.h |
=================================================================== |
--- webkit/tools/test_shell/accessibility_ui_element.h (revision 34877) |
+++ webkit/tools/test_shell/accessibility_ui_element.h (working copy) |
@@ -81,6 +81,7 @@ |
void DescriptionGetterCallback(CppVariant* result); |
void IsEnabledGetterCallback(CppVariant* result); |
void IsSelectedGetterCallback(CppVariant* result); |
+ void IsCheckedGetterCallback(CppVariant* result); |
void RoleGetterCallback(CppVariant* result); |
void TitleGetterCallback(CppVariant* result); |
Property changes on: webkit\tools\test_shell\accessibility_ui_element.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |