| Index: Source/core/html/RadioNodeList.cpp
|
| diff --git a/Source/core/html/RadioNodeList.cpp b/Source/core/html/RadioNodeList.cpp
|
| index cc971251b6cd2170b999f631de4f9b6dee8138a6..3743ea308c6b13b59c32d3d5bdb9766cfb28e4e2 100644
|
| --- a/Source/core/html/RadioNodeList.cpp
|
| +++ b/Source/core/html/RadioNodeList.cpp
|
| @@ -37,7 +37,7 @@ namespace WebCore {
|
|
|
| using namespace HTMLNames;
|
|
|
| -RadioNodeList::RadioNodeList(Node* rootNode, const AtomicString& name)
|
| +RadioNodeList::RadioNodeList(const Handle<Node>& rootNode, const AtomicString& name)
|
| : LiveNodeList(rootNode, RadioNodeListType, InvalidateForFormControls, rootNode->hasTagName(formTag) ? NodeListIsRootedAtDocument : NodeListIsRootedAtNode)
|
| , m_name(name)
|
| {
|
|
|