| Index: Source/core/dom/Position.h
|
| diff --git a/Source/core/dom/Position.h b/Source/core/dom/Position.h
|
| index 7a306942eb6cc74c75241958ded644c64bbc1d26..4189054d17e94e19de110fdd6fc2d37b23cbb3b8 100644
|
| --- a/Source/core/dom/Position.h
|
| +++ b/Source/core/dom/Position.h
|
| @@ -189,10 +189,9 @@ public:
|
|
|
| static bool hasRenderedNonAnonymousDescendantsWithHeight(RenderObject*);
|
| static bool nodeIsUserSelectNone(Node*);
|
| -#if ENABLE(USERSELECT_ALL)
|
| static bool nodeIsUserSelectAll(const Node*);
|
| static Node* rootUserSelectAllForNode(Node*);
|
| -#endif
|
| +
|
| static ContainerNode* findParent(const Node*);
|
|
|
| void debugPosition(const char* msg = "") const;
|
|
|