Avoid double hash table lookup in SpaceSplitStringData::create() by calling HashMap::add() and using the AddResult, instead of calling HashMap::get() then HashMap::add().
Created attachment 240994 [details] Patch
Comment on attachment 240994 [details] Patch Clearing flags on attachment: 240994 Committed r175602: <http://trac.webkit.org/changeset/175602>
All reviewed patches have been landed. Closing bug.