| Index: Source/core/rendering/RenderLayerStackingNode.h
|
| diff --git a/Source/core/rendering/RenderLayerStackingNode.h b/Source/core/rendering/RenderLayerStackingNode.h
|
| index 6d382e589368a5c62bd30503600233816b7cba26..9ffe2991ebeee8878fe9bca361bb024b036f969d 100644
|
| --- a/Source/core/rendering/RenderLayerStackingNode.h
|
| +++ b/Source/core/rendering/RenderLayerStackingNode.h
|
| @@ -89,10 +89,6 @@ public:
|
|
|
| RenderLayerStackingNode* ancestorStackingContextNode() const;
|
|
|
| - // Gets the enclosing stacking context for this node, possibly the node
|
| - // itself, if it is a stacking context.
|
| - RenderLayerStackingNode* enclosingStackingContextNode() { return isStackingContext() ? this : ancestorStackingContextNode(); }
|
| -
|
| RenderLayer* layer() const { return m_layer; }
|
|
|
| #if ENABLE(ASSERT)
|
|
|