| Index: sky/engine/core/dom/Position.h
|
| diff --git a/sky/engine/core/dom/Position.h b/sky/engine/core/dom/Position.h
|
| index 125aa02eec565f0c5a5acbd6ad7dc2b11e482771..30a8fbdf5d58cf2bd0099ba7b6d8530edc9fd647 100644
|
| --- a/sky/engine/core/dom/Position.h
|
| +++ b/sky/engine/core/dom/Position.h
|
| @@ -183,7 +183,7 @@ public:
|
|
|
| TextDirection primaryDirection() const;
|
|
|
| - static bool hasRenderedNonAnonymousDescendantsWithHeight(RenderObject*);
|
| + static bool hasRenderedDescendantsWithHeight(RenderObject*);
|
| static bool nodeIsUserSelectNone(Node*);
|
| static bool nodeIsUserSelectAll(const Node*);
|
| static Node* rootUserSelectAllForNode(Node*);
|
|
|