Title: [226450] trunk/Tools
- Revision
- 226450
- Author
- [email protected]
- Date
- 2018-01-05 09:59:50 -0800 (Fri, 05 Jan 2018)
Log Message
iOS: Build fix after r226432.
Unreviewed. Stop duplicating speakAs symbols for iOS.
* DumpRenderTree/AccessibilityUIElement.cpp:
(AccessibilityUIElement::speakAs):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (226449 => 226450)
--- trunk/Tools/ChangeLog 2018-01-05 17:10:05 UTC (rev 226449)
+++ trunk/Tools/ChangeLog 2018-01-05 17:59:50 UTC (rev 226450)
@@ -1,3 +1,12 @@
+2018-01-05 Chris Fleizach <[email protected]>
+
+ iOS: Build fix after r226432.
+
+ Unreviewed. Stop duplicating speakAs symbols for iOS.
+
+ * DumpRenderTree/AccessibilityUIElement.cpp:
+ (AccessibilityUIElement::speakAs):
+
2018-01-05 Javier Fernandez <[email protected]>
Unreviewed, added myself as WebKit reviewer
Modified: trunk/Tools/DumpRenderTree/AccessibilityUIElement.cpp (226449 => 226450)
--- trunk/Tools/DumpRenderTree/AccessibilityUIElement.cpp 2018-01-05 17:10:05 UTC (rev 226449)
+++ trunk/Tools/DumpRenderTree/AccessibilityUIElement.cpp 2018-01-05 17:59:50 UTC (rev 226450)
@@ -1538,6 +1538,7 @@
#endif
#if !PLATFORM(MAC) && !PLATFORM(IOS)
+JSStringRef AccessibilityUIElement::speakAs() { return nullptr; }
JSStringRef AccessibilityUIElement::pathDescription() const { return 0; }
void AccessibilityUIElement::setValue(JSStringRef) { }
#endif
@@ -1556,7 +1557,6 @@
#endif
#if !PLATFORM(MAC)
-JSStringRef AccessibilityUIElement::speakAs() { return nullptr; }
void AccessibilityUIElement::setBoolAttributeValue(JSStringRef, bool) { }
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes