[webkit-reviews] review granted: [Bug 50737] Implement "Use Selection for Find" in WebKit2 : [Attachment 76026] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 9 07:08:31 PST 2010


mitz at webkit.org has granted Maciej Stachowiak <mjs at apple.com>'s request for
review:
Bug 50737: Implement "Use Selection for Find" in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=50737

Attachment 76026: Patch
https://bugs.webkit.org/attachment.cgi?id=76026&action=review

------- Additional Comments from mitz at webkit.org
View in context: https://bugs.webkit.org/attachment.cgi?id=76026&action=review

> WebCore/editing/mac/EditorMac.mm:204
> +    NSString* nsSelectedText =
m_frame->displayStringModifiedByEncoding(selectedText());

Should be NSString *nsSelectedText


More information about the webkit-reviews mailing list