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

Unified Diff: Source/platform/graphics/GraphicsLayer.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/platform/graphics/GraphicsLayer.h
diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
index 93074d63cd357b611892cfa9c937e82ff0a0d037..829a59d885aa388641a6b55e55dd9dbae050c67e 100644
--- a/Source/platform/graphics/GraphicsLayer.h
+++ b/Source/platform/graphics/GraphicsLayer.h
@@ -272,7 +272,7 @@ private:
// can be batched before updating.
void addChildInternal(GraphicsLayer*);
-#if ASSERT_ENABLED
+#if ENABLE(ASSERT)
bool hasAncestor(GraphicsLayer*) const;
#endif

Powered by Google App Engine
This is Rietveld 408576698