Index: Source/core/html/HTMLElement.cpp |
diff --git a/Source/core/html/HTMLElement.cpp b/Source/core/html/HTMLElement.cpp |
index 67c66ba02ad9dac018cd524b6da9f556750fe946..080e4fdfc9efc07aeebdf589db6d2405b4e5787b 100644 |
--- a/Source/core/html/HTMLElement.cpp |
+++ b/Source/core/html/HTMLElement.cpp |
@@ -726,12 +726,6 @@ void HTMLElement::setTranslate(bool enable) |
setAttribute(translateAttr, enable ? "yes" : "no"); |
} |
- |
-PassRefPtr<HTMLCollection> HTMLElement::children() |
-{ |
- return ensureCachedHTMLCollection(NodeChildren); |
-} |
- |
bool HTMLElement::rendererIsNeeded(const NodeRenderingContext& context) |
{ |
if (hasLocalName(noscriptTag)) { |