Bug 114383

Summary: Cleanup local variables in Editor::markAndReplaceFor
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: New BugsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, enrica, jiapu.mail, mifenton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 114337    
Attachments:
Description Flags
Cleanup enrica: review+

Description Ryosuke Niwa 2013-04-10 14:21:55 PDT
Cleanup local variables in Editor::markAndReplaceFor
Comment 1 Ryosuke Niwa 2013-04-10 14:24:59 PDT
Created attachment 197406 [details]
Cleanup
Comment 2 Enrica Casucci 2013-04-10 17:47:33 PDT
Comment on attachment 197406 [details]
Cleanup

I don't think you can remove the #if USE_AUTOCORRECTION_PANEL, because it is compiled out for iOS. Could you please verify?
Comment 3 Enrica Casucci 2013-04-10 17:50:19 PDT
Comment on attachment 197406 [details]
Cleanup

Looks good.
Comment 4 Ryosuke Niwa 2013-04-10 18:25:53 PDT
Committed r148163: <http://trac.webkit.org/changeset/148163>