Title: [226641] tags/Safari-605.1.20/Tools
- Revision
- 226641
- Author
- [email protected]
- Date
- 2018-01-09 09:20:07 -0800 (Tue, 09 Jan 2018)
Log Message
Revert r226450. rdar://problem/10353542
Modified Paths
Diff
Modified: tags/Safari-605.1.20/Tools/ChangeLog (226640 => 226641)
--- tags/Safari-605.1.20/Tools/ChangeLog 2018-01-09 17:13:19 UTC (rev 226640)
+++ tags/Safari-605.1.20/Tools/ChangeLog 2018-01-09 17:20:07 UTC (rev 226641)
@@ -1,3 +1,7 @@
+2018-01-09 Jason Marcell <[email protected]>
+
+ Revert r226450. rdar://problem/10353542
+
2018-01-08 Youenn Fablet <[email protected]>
navigator.onLine does not work inside service workers
Modified: tags/Safari-605.1.20/Tools/DumpRenderTree/AccessibilityUIElement.cpp (226640 => 226641)
--- tags/Safari-605.1.20/Tools/DumpRenderTree/AccessibilityUIElement.cpp 2018-01-09 17:13:19 UTC (rev 226640)
+++ tags/Safari-605.1.20/Tools/DumpRenderTree/AccessibilityUIElement.cpp 2018-01-09 17:20:07 UTC (rev 226641)
@@ -1538,7 +1538,6 @@
#endif
#if !PLATFORM(MAC) && !PLATFORM(IOS)
-JSStringRef AccessibilityUIElement::speakAs() { return nullptr; }
JSStringRef AccessibilityUIElement::pathDescription() const { return 0; }
void AccessibilityUIElement::setValue(JSStringRef) { }
#endif
@@ -1557,6 +1556,7 @@
#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