| Index: sky/engine/core/dom/TreeScope.cpp
|
| diff --git a/sky/engine/core/dom/TreeScope.cpp b/sky/engine/core/dom/TreeScope.cpp
|
| index c7da9590c878007171989597712e04688c6ed679..b1037d83818be219b92281f0da552e5a5ec20e0f 100644
|
| --- a/sky/engine/core/dom/TreeScope.cpp
|
| +++ b/sky/engine/core/dom/TreeScope.cpp
|
| @@ -213,11 +213,6 @@ DOMSelection* TreeScope::getSelection() const
|
| return m_selection.get();
|
| }
|
|
|
| -bool TreeScope::applyAuthorStyles() const
|
| -{
|
| - return rootNode().isDocumentNode();
|
| -}
|
| -
|
| void TreeScope::adoptIfNeeded(Node& node)
|
| {
|
| ASSERT(this);
|
|
|