Chromium Code Reviews| 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 75a7b4c59ef41748ccb41ef7acb387337c807113..b8cb06a3aa59a24b602129f6ced4f899513dd91e 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(m_canvas->m_callNestingDepth > 0); |
| + DCHECK_GT(m_canvas->m_callNestingDepth, 0u); |
| if (!--m_canvas->m_callNestingDepth) |
| m_canvas->m_callCount++; |
| } |