Index: Source/core/html/HTMLCollection.cpp |
diff --git a/Source/core/html/HTMLCollection.cpp b/Source/core/html/HTMLCollection.cpp |
index 88734b90e564a093ba5563a95fb641925d622985..4b0ac6290ffc4366cdf971ce318201c446371d14 100644 |
--- a/Source/core/html/HTMLCollection.cpp |
+++ b/Source/core/html/HTMLCollection.cpp |
@@ -526,7 +526,7 @@ void HTMLCollection::supportedPropertyNames(Vector<String>& names) |
void HTMLCollection::namedPropertyEnumerator(Vector<String>& names, ExceptionState&) |
{ |
- return supportedPropertyNames(names); |
+ supportedPropertyNames(names); |
} |
void HTMLCollection::updateNameCache() const |