Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 427c7eaa2bb7c08bbfe696bebba7965304d146f1..0257ce38b48acd5525bee333fb3cc889fb1461b4 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -205,8 +205,6 @@ public: |
Node* pseudoAwareLastChild() const; |
virtual KURL baseURI() const; |
- |
- void getSubresourceURLs(ListHashSet<KURL>&) const; |
// These should all actually return a node, but this is only important for language bindings, |
// which will already know and hold a ref on the right node to return. Returning bool allows |