The String(RefPtr<StringImpl>) constructor should be removed for the following reasons: 1) It almost does not have clients, so it is unneeded. 2) RefPtr should never be passed by value
Created attachment 210604 [details] patch
Comment on attachment 210604 [details] patch Nice! Of course, when we start dabbling with move semantics we'll probably end up changing the constructor that takes a PassRefPtr back into a RefPtr constructor ;)
Comment on attachment 210604 [details] patch Clearing flags on attachment: 210604 Committed r155115: <http://trac.webkit.org/changeset/155115>
All reviewed patches have been landed. Closing bug.