Title: [246965] trunk/Tools
Revision
246965
Author
ph...@webkit.org
Date
2019-07-01 01:27:07 -0700 (Mon, 01 Jul 2019)

Log Message

Unreviewed, GTK a11y tests fix after r246958

* WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp:
(WTR::AccessibilityUIElement::popupValue const):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (246964 => 246965)


--- trunk/Tools/ChangeLog	2019-07-01 08:09:46 UTC (rev 246964)
+++ trunk/Tools/ChangeLog	2019-07-01 08:27:07 UTC (rev 246965)
@@ -1,3 +1,10 @@
+2019-07-01  Philippe Normand  <pnorm...@igalia.com>
+
+        Unreviewed, GTK a11y tests fix after r246958
+
+        * WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp:
+        (WTR::AccessibilityUIElement::popupValue const):
+
 2019-06-30  Andres Gonzalez  <andresg...@apple.com>
 
         Enhance support of aria-haspopup per ARIA 1.1 specification.

Modified: trunk/Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp (246964 => 246965)


--- trunk/Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp	2019-07-01 08:09:46 UTC (rev 246964)
+++ trunk/Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp	2019-07-01 08:27:07 UTC (rev 246965)
@@ -2326,6 +2326,12 @@
     return false;
 }
 
+JSRetainPtr<JSStringRef> AccessibilityUIElement::popupValue() const
+{
+    notImplemented();
+    return nullptr;
+}
+
 } // namespace WTR
 
 #endif // HAVE(ACCESSIBILITY)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to