| Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| index 457772162501a1081846939a450bef702c7bd2b6..bff22ca2279e6d092ff857e46047ba8786f45819 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -254,7 +254,7 @@ void GraphicsContext::endLayer() {
|
|
|
| restoreLayer();
|
|
|
| - ASSERT(m_layerCount-- > 0);
|
| + DCHECK_GT(m_layerCount--, 0);
|
| }
|
|
|
| void GraphicsContext::beginRecording(const FloatRect& bounds) {
|
|
|