Profiling reveals that the cookiesForDOM function is spending time on removing a character from a string.
Created attachment 240198 [details] Patch
Comment on attachment 240198 [details] Patch r=me. It's always great to avoid having to create/modify a string when all you want to do is query it!
(In reply to comment #2) > Comment on attachment 240198 [details] > Patch > > r=me. It's always great to avoid having to create/modify a string when all > you want to do is query it! Thanks!
Comment on attachment 240198 [details] Patch Clearing flags on attachment: 240198 Committed r174993: <http://trac.webkit.org/changeset/174993>
All reviewed patches have been landed. Closing bug.