| Index: Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
|
| index 93074d63cd357b611892cfa9c937e82ff0a0d037..829a59d885aa388641a6b55e55dd9dbae050c67e 100644
|
| --- a/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/Source/platform/graphics/GraphicsLayer.h
|
| @@ -272,7 +272,7 @@ private:
|
| // can be batched before updating.
|
| void addChildInternal(GraphicsLayer*);
|
|
|
| -#if ASSERT_ENABLED
|
| +#if ENABLE(ASSERT)
|
| bool hasAncestor(GraphicsLayer*) const;
|
| #endif
|
|
|
|
|