RESOLVED CONFIGURATION CHANGED126830
[iOS] Implement WebCore::findEndWordBoundary()
https://bugs.webkit.org/show_bug.cgi?id=126830
Summary [iOS] Implement WebCore::findEndWordBoundary()
David Kilzer (:ddkilzer)
Reported 2014-01-11 19:50:06 PST
Bug 125619 added an implementation of WebCore::findEndWordBoundary() in Source/WebCore/platform/text/mac/TextBoundaries.mm, but it needs a separate implementation for IOS, much like WebCore::findWordBoundary().
Attachments
Radar WebKit Bug Importer
Comment 1 2014-01-11 20:04:15 PST
David Kilzer (:ddkilzer)
Comment 2 2014-01-11 20:10:18 PST
The iOS build failure was worked around in r161795: <http://trac.webkit.org/changeset/161795>
Myles C. Maxfield
Comment 3 2017-11-14 14:20:58 PST
There is an implementation of this function as of r224244
Note You need to log in before you can comment on or make changes to this bug.