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

Unified Diff: Source/core/platform/animation/CSSAnimationData.h

Issue 22893004: Add explicit keyword to constructors that take one argument (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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/core/css/CSSLineBoxContainValue.h ('k') | Source/core/platform/animation/CSSAnimationDataList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/animation/CSSAnimationData.h
diff --git a/Source/core/platform/animation/CSSAnimationData.h b/Source/core/platform/animation/CSSAnimationData.h
index f8c441cd5a491bf1575bc78e5b1c4d243d2d04ab..a8ab4598cbf723c207c99ba220f06f4ee71060fc 100644
--- a/Source/core/platform/animation/CSSAnimationData.h
+++ b/Source/core/platform/animation/CSSAnimationData.h
@@ -148,7 +148,7 @@ public:
private:
CSSAnimationData();
- CSSAnimationData(const CSSAnimationData& o);
+ explicit CSSAnimationData(const CSSAnimationData&);
AtomicString m_name;
CSSPropertyID m_property;
« no previous file with comments | « Source/core/css/CSSLineBoxContainValue.h ('k') | Source/core/platform/animation/CSSAnimationDataList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698