| Index: Source/core/html/LabelsNodeList.cpp
|
| diff --git a/Source/core/html/LabelsNodeList.cpp b/Source/core/html/LabelsNodeList.cpp
|
| index d11cbb68ac28f58f8a1a27c8d8be669a1f86b505..f033fbba3a0639477b5ed3758f64895b4ad64fff 100644
|
| --- a/Source/core/html/LabelsNodeList.cpp
|
| +++ b/Source/core/html/LabelsNodeList.cpp
|
| @@ -33,7 +33,7 @@ namespace WebCore {
|
|
|
| using namespace HTMLNames;
|
|
|
| -LabelsNodeList::LabelsNodeList(Node* forNode)
|
| +LabelsNodeList::LabelsNodeList(const Handle<Node>& forNode)
|
| : LiveNodeList(forNode, LabelsNodeListType, InvalidateOnForAttrChange, NodeListIsRootedAtDocument)
|
| {
|
| }
|
|
|