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

Unified Diff: Source/core/svg/SVGScriptElement.h

Issue 397733004: Allow assertions to be enabled in Blink Release builds. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed config.gni. Minor cleanups. Created 6 years, 5 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: Source/core/svg/SVGScriptElement.h
diff --git a/Source/core/svg/SVGScriptElement.h b/Source/core/svg/SVGScriptElement.h
index da248136f30773248792e2d8a654cc611398ed40..e1c496a9e0c3b193a9c313fba2c1a5beaa5704a8 100644
--- a/Source/core/svg/SVGScriptElement.h
+++ b/Source/core/svg/SVGScriptElement.h
@@ -41,7 +41,7 @@ public:
ScriptLoader* loader() const { return m_loader.get(); }
-#ifndef NDEBUG
+#if ENABLE(ASSERT)
virtual bool isAnimatableAttribute(const QualifiedName&) const OVERRIDE;
#endif

Powered by Google App Engine
This is Rietveld 408576698