Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(590)

Unified Diff: Source/core/css/RemoteFontFaceSource.h

Issue 207103003: Add *explicit* keyword to avoid implicit type conversion (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/v8/WorkerScriptDebugServer.h ('k') | Source/core/svg/SVGDocumentExtensions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/RemoteFontFaceSource.h
diff --git a/Source/core/css/RemoteFontFaceSource.h b/Source/core/css/RemoteFontFaceSource.h
index 500a7d7c153005896bbd00558699015d56a5ffbf..de4e90c8c0d9caff356cd3659e4370c9f995e90f 100644
--- a/Source/core/css/RemoteFontFaceSource.h
+++ b/Source/core/css/RemoteFontFaceSource.h
@@ -13,7 +13,7 @@ namespace WebCore {
class RemoteFontFaceSource : public CSSFontFaceSource, public FontResourceClient {
public:
- RemoteFontFaceSource(FontResource*);
+ explicit RemoteFontFaceSource(FontResource*);
virtual ~RemoteFontFaceSource();
virtual FontResource* resource() OVERRIDE { return m_font.get(); }
« no previous file with comments | « Source/bindings/v8/WorkerScriptDebugServer.h ('k') | Source/core/svg/SVGDocumentExtensions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698