Chromium Code Reviews

Unified Diff: Tools/DumpRenderTree/chromium/TestRunner/AccessibilityUIElementChromium.h

Issue 10984006: Merge 129036 - AX: A few control types are returning the wrong answer for isReadOnly (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Tools/DumpRenderTree/chromium/TestRunner/AccessibilityUIElementChromium.h
===================================================================
--- Tools/DumpRenderTree/chromium/TestRunner/AccessibilityUIElementChromium.h (revision 129410)
+++ Tools/DumpRenderTree/chromium/TestRunner/AccessibilityUIElementChromium.h (working copy)
@@ -90,6 +90,7 @@
void isCollapsedGetterCallback(CppVariant*);
void hasPopupGetterCallback(CppVariant*);
void isValidGetterCallback(CppVariant*);
+ void isReadOnlyGetterCallback(CppVariant*);
void orientationGetterCallback(CppVariant*);
// Bound methods.

Powered by Google App Engine