Bug 130568 - Add *explicit* keyword to avoid implicit type conversion
Summary: Add *explicit* keyword to avoid implicit type conversion
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: 2014-03-21 00:36 PDT by Gyuyoung Kim
Modified: 2014-03-21 01:28 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.24 KB, patch)
2014-03-21 00:37 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 2014-03-21 00:36:27 PDT
Constructors of RemoteFontFaceSource, SVGDocumentExtensions, XMLDocumentParserScope, and WorkerScriptDebugServer need to use *explicit* keyword because they have an argument.
Comment 1 Gyuyoung Kim 2014-03-21 00:37:56 PDT
Created attachment 227390 [details]
Patch
Comment 2 WebKit Commit Bot 2014-03-21 01:28:20 PDT
Comment on attachment 227390 [details]
Patch

Clearing flags on attachment: 227390

Committed r166054: <http://trac.webkit.org/changeset/166054>
Comment 3 WebKit Commit Bot 2014-03-21 01:28:26 PDT
All reviewed patches have been landed.  Closing bug.