| Index: Source/core/html/HTMLAllCollection.cpp
|
| diff --git a/Source/core/html/HTMLAllCollection.cpp b/Source/core/html/HTMLAllCollection.cpp
|
| index c4f5b7ee9ad342963d32206c0cfde3ef5ea13f0c..d00850691477635e7413c1b7f412072743b10db4 100644
|
| --- a/Source/core/html/HTMLAllCollection.cpp
|
| +++ b/Source/core/html/HTMLAllCollection.cpp
|
| @@ -46,7 +46,7 @@ HTMLAllCollection::~HTMLAllCollection()
|
| {
|
| }
|
|
|
| -Node* HTMLAllCollection::namedItemWithIndex(const AtomicString& name, unsigned index) const
|
| +Element* HTMLAllCollection::namedItemWithIndex(const AtomicString& name, unsigned index) const
|
| {
|
| updateNameCache();
|
|
|
|
|