Firefox implemented isPointInStroke unprefixed. We should do the same, since this seems to be a really useful function. See link to Firefox bug report.
Created attachment 185227 [details] Patch
Comment on attachment 185227 [details] Patch Attachment 185227 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/16183173 New failing tests: inspector/profiler/canvas2d/canvas2d-api-changes.html
Created attachment 185236 [details] Patch
Comment on attachment 185236 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=185236&action=review > Source/WebCore/ChangeLog:12 > + Firfox implemented isPointInStroke originaly and unprefixed it recently: Typos: Firefox and originally > Source/WebCore/ChangeLog:20 > + (WebCore): I really should submit a patch to prepareChangeLog so that it doesn't spit out these useless lines. In this case, I think the change in the comment triggered it.
Committed r141141: <http://trac.webkit.org/changeset/141141>