Index: third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h |
diff --git a/third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h b/third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h |
index 177094308aafadd45fc3cde83e2db28c3ae809c0..d197d542a7557a7a3b4c85101106dab62527500f 100644 |
--- a/third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h |
+++ b/third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h |
@@ -54,7 +54,7 @@ class InterceptingCanvasBase : public SkCanvas { |
} |
~CanvasInterceptorBase() { |
- ASSERT(canvas_->call_nesting_depth_ > 0); |
+ DCHECK_GT(canvas_->call_nesting_depth_, 0u); |
if (!--canvas_->call_nesting_depth_) |
canvas_->call_count_++; |
} |