diff options
Diffstat (limited to 'Source/WebCore/dom/Position.h')
-rw-r--r-- | Source/WebCore/dom/Position.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/WebCore/dom/Position.h b/Source/WebCore/dom/Position.h index 27c3f4297..fa2aba721 100644 --- a/Source/WebCore/dom/Position.h +++ b/Source/WebCore/dom/Position.h @@ -189,7 +189,10 @@ 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; |