Bug 114383 - Cleanup local variables in Editor::markAndReplaceFor
Summary: Cleanup local variables in Editor::markAndReplaceFor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 114337
  Show dependency treegraph
 
Reported: 2013-04-10 14:21 PDT by Ryosuke Niwa
Modified: 2013-04-10 18:25 PDT (History)
4 users (show)

See Also:


Attachments
Cleanup (7.25 KB, patch)
2013-04-10 14:24 PDT, Ryosuke Niwa
enrica: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>