Index: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp |
index 8827c44b7394ef3d6361658bf653c2e8799500c5..15da67201b143f54107f998859292e1255576023 100644 |
--- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp |
@@ -81,7 +81,7 @@ class Canvas2DLayerBridgePtr { |
} |
void operator=(PassRefPtr<Canvas2DLayerBridge> layer_bridge) { |
- ASSERT(!layer_bridge_); |
+ DCHECK(!layer_bridge_); |
layer_bridge_ = layer_bridge; |
} |