Title: [226441] trunk/Tools
Revision
226441
Author
csaave...@igalia.com
Date
2018-01-05 02:10:39 -0800 (Fri, 05 Jan 2018)

Log Message

WPE: Build fix after r226432.

Unreviewed. Rename ::speak() to ::speakAs().
* WebKitTestRunner/InjectedBundle/wpe/AccessibilityUIElementWPE.cpp:
(WTR::AccessibilityUIElement::speakAs):
(WTR::AccessibilityUIElement::speak): Deleted.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (226440 => 226441)


--- trunk/Tools/ChangeLog	2018-01-05 08:26:02 UTC (rev 226440)
+++ trunk/Tools/ChangeLog	2018-01-05 10:10:39 UTC (rev 226441)
@@ -1,3 +1,12 @@
+2018-01-05  Claudio Saavedra  <csaave...@igalia.com>
+
+        WPE: Build fix after r226432.
+
+        Unreviewed. Rename ::speak() to ::speakAs().
+        * WebKitTestRunner/InjectedBundle/wpe/AccessibilityUIElementWPE.cpp:
+        (WTR::AccessibilityUIElement::speakAs):
+        (WTR::AccessibilityUIElement::speak): Deleted.
+
 2018-01-04  Chris Fleizach  <cfleiz...@apple.com>
 
         AX: Implement updated CSS3 Speech for 'speak' and 'speak-as' properties

Modified: trunk/Tools/WebKitTestRunner/InjectedBundle/wpe/AccessibilityUIElementWPE.cpp (226440 => 226441)


--- trunk/Tools/WebKitTestRunner/InjectedBundle/wpe/AccessibilityUIElementWPE.cpp	2018-01-05 08:26:02 UTC (rev 226440)
+++ trunk/Tools/WebKitTestRunner/InjectedBundle/wpe/AccessibilityUIElementWPE.cpp	2018-01-05 10:10:39 UTC (rev 226441)
@@ -435,7 +435,7 @@
     return 0;
 }
 
-JSRetainPtr<JSStringRef> AccessibilityUIElement::speak()
+JSRetainPtr<JSStringRef> AccessibilityUIElement::speakAs()
 {
     notImplemented();
     return nullptr;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to