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

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

Issue 2513893002: Make ifdefs consistent in WebKit/Source/core/ (Closed)
Patch Set: Added #if DCHECK_IS_ON where needed. Created 4 years, 1 month 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/svg/SVGScriptElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGScriptElement.h b/third_party/WebKit/Source/core/svg/SVGScriptElement.h
index a99a3543d71acb5e8cfad24b94c0b6e92c01198b..f68e7b79242075e77818ce073eda02a18fba42d9 100644
--- a/third_party/WebKit/Source/core/svg/SVGScriptElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGScriptElement.h
@@ -42,7 +42,7 @@ class SVGScriptElement final : public SVGElement,
ScriptLoader* loader() const { return m_loader.get(); }
-#if ENABLE(ASSERT)
+#if DCHECK_IS_ON()
Yuta Kitamura 2016/11/21 05:32:06 The original code is correct.
Yuta Kitamura 2016/11/21 09:26:12 I was wrong. You are correct.
bool isAnimatableAttribute(const QualifiedName&) const override;
#endif

Powered by Google App Engine
This is Rietveld 408576698