| Index: Source/core/dom/NamedNodesCollection.cpp
|
| diff --git a/Source/core/dom/NamedNodesCollection.cpp b/Source/core/dom/NamedNodesCollection.cpp
|
| index 5d4488f3d7d54d38e77256c17300789aa6ea19a8..857275823533012ca4bf813d582e276d9d4fbe8f 100644
|
| --- a/Source/core/dom/NamedNodesCollection.cpp
|
| +++ b/Source/core/dom/NamedNodesCollection.cpp
|
| @@ -34,7 +34,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -Node* NamedNodesCollection::item(unsigned index) const
|
| +Element* NamedNodesCollection::item(unsigned index) const
|
| {
|
| if (index < m_nodes.size())
|
| return m_nodes[index].get();
|
|
|