| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| index 4d2e6debcd92808fa01f571a8b28abdf072fc1dc..b6b19c9490cb363fc4f09d3d2d0e4379c0fcd818 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -305,7 +305,7 @@ class PLATFORM_EXPORT GraphicsLayer : public WebLayerScrollClient,
|
| // can be batched before updating.
|
| void addChildInternal(GraphicsLayer*);
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| bool hasAncestor(GraphicsLayer*) const;
|
| #endif
|
|
|
|
|