Index: Source/core/html/LabelsNodeList.cpp |
diff --git a/Source/core/html/LabelsNodeList.cpp b/Source/core/html/LabelsNodeList.cpp |
index 0303bf2ab1c8f91a231ab6cf8ff9075b2f0734ac..1dba7dc762d9cf8cd1b6c86ac349ce6d85ffe163 100644 |
--- a/Source/core/html/LabelsNodeList.cpp |
+++ b/Source/core/html/LabelsNodeList.cpp |
@@ -33,7 +33,7 @@ namespace WebCore { |
using namespace HTMLNames; |
-LabelsNodeList::LabelsNodeList(ContainerNode* ownerNode) |
+LabelsNodeList::LabelsNodeList(ContainerNode& ownerNode) |
: LiveNodeList(ownerNode, LabelsNodeListType, InvalidateOnForAttrChange, NodeListIsRootedAtDocument) |
{ |
} |