| Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| index f99ef5b7e4c70025cf7c77616809366e19706bbb..03c57c8beb2fe2412be0b3824b3c75ac5dfaff38 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| @@ -91,7 +91,7 @@ class PLATFORM_EXPORT GraphicsContext {
|
| void save();
|
| void restore();
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| unsigned saveCount() const;
|
| #endif
|
|
|
|
|