Bug 54982

Summary: Grammar correction from Spelling & Grammar window doesn't work
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2011-02-22 12:21:20 PST
Grammar correction from Spelling & Grammar window doesn't work
Comment 1 Anders Carlsson 2011-02-22 12:25:10 PST
Created attachment 83362 [details]
Patch
Comment 2 mitz 2011-02-22 12:58:05 PST
Comment on attachment 83362 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=83362&action=review

> Source/WebKit2/UIProcess/mac/TextCheckerMac.mm:309
> +    NSString* grammarUserDescription = grammarDetail.userDescription;

Misplaced star
Comment 3 Anders Carlsson 2011-02-22 13:01:12 PST
Committed r79348: <http://trac.webkit.org/changeset/79348>