diff options
Diffstat (limited to 'WebCore/dom/Node.cpp')
-rw-r--r-- | WebCore/dom/Node.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/dom/Node.cpp b/WebCore/dom/Node.cpp index 6e1bd13..98fb2e5 100644 --- a/WebCore/dom/Node.cpp +++ b/WebCore/dom/Node.cpp @@ -784,11 +784,6 @@ void Node::lazyAttach() } } -bool Node::canLazyAttach() -{ - return shadowAncestorNode() == this; -} - void Node::setFocus(bool b) { if (b || hasRareData()) |