| Index: Source/core/html/LabelsNodeList.cpp
|
| diff --git a/Source/core/html/LabelsNodeList.cpp b/Source/core/html/LabelsNodeList.cpp
|
| index 759205071a8d08ca0e1020dc0d2be26b2eca0403..a856f7dd5486cc003fccc9acf42decc4c770455d 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* ownerNode)
|
| +LabelsNodeList::LabelsNodeList(ContainerNode* ownerNode)
|
| : LiveNodeList(ownerNode, LabelsNodeListType, InvalidateOnForAttrChange, NodeListIsRootedAtDocument)
|
| {
|
| }
|
|
|