Bug 92055 - Missing *explicit* keyword in editing.
Summary: Missing *explicit* keyword in editing.
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: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-23 19:24 PDT by Gyuyoung Kim
Modified: 2012-07-23 23:34 PDT (History)
2 users (show)

See Also:


Attachments
Patch (13.72 KB, patch)
2012-07-23 19:49 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2012-07-23 19:24:58 PDT
Some constructors missed to use *explicit* keyword. They need to be added *explicit* keyword to contructor which has a parameter in order to avoid implicit type conversion.
Comment 1 Gyuyoung Kim 2012-07-23 19:49:18 PDT
Created attachment 153941 [details]
Patch
Comment 2 WebKit Review Bot 2012-07-23 23:34:16 PDT
Comment on attachment 153941 [details]
Patch

Clearing flags on attachment: 153941

Committed r123429: <http://trac.webkit.org/changeset/123429>
Comment 3 WebKit Review Bot 2012-07-23 23:34:20 PDT
All reviewed patches have been landed.  Closing bug.