Index: Source/core/dom/Node.cpp |
diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp |
index a36c66be0792a86a57543045eb9f26b5095375d8..a8e208cec6f9a7dc537635acbc356a11a6944c47 100644 |
--- a/Source/core/dom/Node.cpp |
+++ b/Source/core/dom/Node.cpp |
@@ -2099,11 +2099,6 @@ void NodeListsNodeData::invalidateCaches(const QualifiedName* attrName) |
it->value->invalidateCache(); |
} |
-void Node::getSubresourceURLs(ListHashSet<KURL>& urls) const |
-{ |
- addSubresourceAttributeURLs(urls); |
-} |
- |
Node* Node::enclosingLinkEventParentOrSelf() |
{ |
for (Node* node = this; node; node = node->parentOrShadowHostNode()) { |