[webkit-reviews] review granted: [Bug 130654] Simplify the HTMLConverter interface : [Attachment 227617] Part 2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 23 14:27:52 PDT 2014


Darin Adler <darin at apple.com> has granted Sam Weinig <sam at webkit.org>'s request
for review:
Bug 130654: Simplify the HTMLConverter interface
https://bugs.webkit.org/show_bug.cgi?id=130654

Attachment 227617: Part 2
https://bugs.webkit.org/attachment.cgi?id=227617&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=227617&action=review


> Source/WebKit/mac/WebView/WebHTMLView.mm:6667
> +		   attributedString = [[[NSAttributedString alloc] init]
autorelease];

I think you can just write [NSAttributedString string] for this.


More information about the webkit-reviews mailing list