Index: Source/core/dom/TreeScope.cpp |
diff --git a/Source/core/dom/TreeScope.cpp b/Source/core/dom/TreeScope.cpp |
index e632656c90ada44465b00b43ca23d08728602a25..1be94a9716aa1dd9c2b0ec62f7cb338a07868b82 100644 |
--- a/Source/core/dom/TreeScope.cpp |
+++ b/Source/core/dom/TreeScope.cpp |
@@ -343,11 +343,6 @@ Element* TreeScope::findAnchor(const String& name) |
return 0; |
} |
-bool TreeScope::applyAuthorStyles() const |
-{ |
- return rootNode().isDocumentNode(); |
-} |
- |
void TreeScope::adoptIfNeeded(Node& node) |
{ |
ASSERT(this); |