Bug 118962 - DateInputType constructor initiate incorrect base class
Summary: DateInputType constructor initiate incorrect base class
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-22 00:44 PDT by Santosh Mahto
Modified: 2013-07-22 18:42 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.31 KB, patch)
2013-07-22 00:53 PDT, Santosh Mahto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Santosh Mahto 2013-07-22 00:44:00 PDT
DateInputType is updated to be derived form BaseChooserOnlyDateAndTimeInputType  https://bugs.webkit.org/show_bug.cgi?id=116796
But in constructor definition BaseDateInputType is still used to invoke base class.

reference: http://trac.webkit.org/changeset/150876/trunk/Source/WebCore/html/DateInputType.h
Comment 1 Santosh Mahto 2013-07-22 00:53:12 PDT
Created attachment 207228 [details]
Patch
Comment 2 Gyuyoung Kim 2013-07-22 04:41:29 PDT
Comment on attachment 207228 [details]
Patch

Looks OK
Comment 3 WebKit Commit Bot 2013-07-22 18:42:07 PDT
Comment on attachment 207228 [details]
Patch

Clearing flags on attachment: 207228

Committed r153022: <http://trac.webkit.org/changeset/153022>
Comment 4 WebKit Commit Bot 2013-07-22 18:42:09 PDT
All reviewed patches have been landed.  Closing bug.