The Web Speech API crashes Safari when given a paragraph of text. It also display inconsistent behavior with onboundary call backs.
<rdar://problem/15507781>
Created attachment 217334 [details] patch
Wrong radar: it should be <rdar://15490503>
Comment on attachment 217334 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=217334&action=review > Source/WebCore/platform/mac/PlatformSpeechSynthesizerMac.mm:170 > +- (void)tearDown maybe -clear? We use that name in a bunch of other places.
Alternatively, invalidate.
(In reply to comment #4) > (From update of attachment 217334 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=217334&action=review > > > Source/WebCore/platform/mac/PlatformSpeechSynthesizerMac.mm:170 > > +- (void)tearDown > > maybe -clear? We use that name in a bunch of other places. Will do
http://trac.webkit.org/changeset/159523 went with invalidate