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

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp

Issue 2019223003: Tune down debugging emergency for clearAnimatedType() a notch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp b/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp
index fe2e6c2ddaee9d34ff2f5c32d8a55dfcfa1905f2..b40d3d62658addf035aa0ccd3460cb9c3faa07f8 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp
@@ -289,7 +289,7 @@ void SVGAnimateElement::clearAnimatedType()
// The animated property lock is held for the "result animation" (see SMILTimeContainer::updateAnimations())
// while we're processing an animation group. We will very likely crash later if we clear the animated type
// while the lock is held. See crbug.com/581546.
- RELEASE_ASSERT(!animatedTypeIsLocked());
+ DCHECK(!animatedTypeIsLocked());
SVGElement* targetElement = this->targetElement();
if (!targetElement) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698