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

Unified Diff: Source/platform/graphics/GraphicsLayer.cpp

Issue 394353002: Replace tests of ASSERT_ENABLED with ENABLE(ASSERT). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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.cpp
diff --git a/Source/platform/graphics/GraphicsLayer.cpp b/Source/platform/graphics/GraphicsLayer.cpp
index 0bd1c8d990a0c3f36aa18c470d29a5291f5642d0..1b885e0300c5ef020e4ecb5e35fe2217f332adaf 100644
--- a/Source/platform/graphics/GraphicsLayer.cpp
+++ b/Source/platform/graphics/GraphicsLayer.cpp
@@ -147,7 +147,7 @@ void GraphicsLayer::setParent(GraphicsLayer* layer)
m_parent = layer;
}
-#if ASSERT_ENABLED
+#if ENABLE(ASSERT)
bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const
{

Powered by Google App Engine
This is Rietveld 408576698