Convert yet more of HTMLConverter to C++
Created attachment 227994 [details] Patch
Comment on attachment 227994 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=227994&action=review > Source/WebCore/editing/cocoa/HTMLConverter.mm:560 > +NSAttributedString *HTMLConverter::convert() This should really return a RetainPtr<NSAttributedString>.
Committed r166454: <http://trac.webkit.org/changeset/166454>
iOS build fix: <http://trac.webkit.org/changeset/166464>