Bug 54075 - [Chromium] WebTextCheckingResult should have a default constructor.
Summary: [Chromium] WebTextCheckingResult should have a default constructor.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-09 00:48 PST by Hajime Morrita
Modified: 2011-02-09 02:06 PST (History)
0 users

See Also:


Attachments
An trivial one-line change (1.48 KB, patch)
2011-02-09 01:31 PST, Hajime Morrita
hamaji: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hajime Morrita 2011-02-09 00:48:25 PST
WebTextCheckingResult doesn't have default constructor and cannot put in std::vector.
We should have one.
Comment 1 Hajime Morrita 2011-02-09 01:31:51 PST
Created attachment 81770 [details]
An trivial one-line change
Comment 2 Hajime Morrita 2011-02-09 02:06:12 PST
Committed r78033: <http://trac.webkit.org/changeset/78033>