summaryrefslogtreecommitdiff
path: root/Source/WebCore/dom/Position.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/Position.h')
-rw-r--r--Source/WebCore/dom/Position.h5
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;