Index: third_party/WebKit/Source/core/style/StyleDifference.h |
diff --git a/third_party/WebKit/Source/core/style/StyleDifference.h b/third_party/WebKit/Source/core/style/StyleDifference.h |
index 0f62f010dc2aa2b6a442d7d83e1aff3d7b047ed2..64d62ac5b1f4a488f47af701dfcf7a86cffe2bad 100644 |
--- a/third_party/WebKit/Source/core/style/StyleDifference.h |
+++ b/third_party/WebKit/Source/core/style/StyleDifference.h |
@@ -80,7 +80,7 @@ class StyleDifference { |
return m_layoutType == PositionedMovement; |
} |
void setNeedsPositionedMovementLayout() { |
- ASSERT(!needsFullLayout()); |
+ DCHECK(!needsFullLayout()); |
m_layoutType = PositionedMovement; |
} |