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

Unified Diff: third_party/WebKit/Source/core/animation/InterpolationType.h

Issue 2109333002: Replace ASSERT_NOT_REACHED with NOTREACHED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
Index: third_party/WebKit/Source/core/animation/InterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/InterpolationType.h b/third_party/WebKit/Source/core/animation/InterpolationType.h
index 07f61adc5c83e5844a81c0d73c181fba2b08ee59..f5f65bfd9066adf8ac1dcddb0e7a5adad8b1e6dd 100644
--- a/third_party/WebKit/Source/core/animation/InterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/InterpolationType.h
@@ -27,7 +27,7 @@ class InterpolationType {
USING_FAST_MALLOC(InterpolationType);
WTF_MAKE_NONCOPYABLE(InterpolationType);
public:
- virtual ~InterpolationType() { ASSERT_NOT_REACHED(); }
+ virtual ~InterpolationType() { NOTREACHED(); }
PropertyHandle getProperty() const { return m_property; }

Powered by Google App Engine
This is Rietveld 408576698