| Index: sky/engine/web/WebNode.cpp
|
| diff --git a/sky/engine/web/WebNode.cpp b/sky/engine/web/WebNode.cpp
|
| index 57084723e381734335850b877154c1554053921b..b0ea91b4c021483e964455e38a20e11100778337 100644
|
| --- a/sky/engine/web/WebNode.cpp
|
| +++ b/sky/engine/web/WebNode.cpp
|
| @@ -169,12 +169,6 @@ bool WebNode::remove()
|
| return !exceptionState.hadException();
|
| }
|
|
|
| -bool WebNode::hasNonEmptyBoundingBox() const
|
| -{
|
| - m_private->document().updateLayout();
|
| - return m_private->hasNonEmptyBoundingBox();
|
| -}
|
| -
|
| bool WebNode::containsIncludingShadowDOM(const WebNode& other) const
|
| {
|
| return m_private->containsIncludingShadowDOM(other.m_private.get());
|
|
|