Bug 89412 - Refactoring: Introduce a class to represent restoring state of a form control
Summary: Refactoring: Introduce a class to represent restoring state of a form control
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kent Tamura
URL:
Keywords:
Depends on:
Blocks: 23346 89409
  Show dependency treegraph
 
Reported: 2012-06-18 19:10 PDT by Kent Tamura
Modified: 2012-06-18 23:21 PDT (History)
2 users (show)

See Also:


Attachments
Patch (26.21 KB, patch)
2012-06-18 21:08 PDT, Kent Tamura
morrita: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2012-06-18 19:10:29 PDT
Refactoring: Introduce a class to represent restoring state of a form control
Comment 1 Kent Tamura 2012-06-18 21:08:09 PDT
Created attachment 148238 [details]
Patch
Comment 2 Kent Tamura 2012-06-18 23:07:48 PDT
Thanks.

I'll add the copy constructor and operator= for FormControlState just in case, and land it.
Comment 3 Kent Tamura 2012-06-18 23:21:03 PDT
Committed r120679: <http://trac.webkit.org/changeset/120679>