| Index: sky/engine/core/dom/Node.h
|
| diff --git a/sky/engine/core/dom/Node.h b/sky/engine/core/dom/Node.h
|
| index e4c21931070f605e51a1fc4e4f4f091668f21623..4b854f23e736ce90392e926c0a45109043dacc26 100644
|
| --- a/sky/engine/core/dom/Node.h
|
| +++ b/sky/engine/core/dom/Node.h
|
| @@ -212,7 +212,7 @@ public:
|
| // If this node is in a shadow tree, returns its shadow host. Otherwise, returns 0.
|
| Element* shadowHost() const;
|
| ShadowRoot* containingShadowRoot() const;
|
| - ShadowRoot* youngestShadowRoot() const;
|
| + ShadowRoot* shadowRoot() const;
|
|
|
| // Returns 0, a child of ShadowRoot, or a legacy shadow root.
|
| Node* nonBoundaryShadowTreeRootNode();
|
|
|