Index: Source/core/html/LabelableElement.cpp |
diff --git a/Source/core/html/LabelableElement.cpp b/Source/core/html/LabelableElement.cpp |
index 57270323bbb5d468887624a98e5e61adb20a25e8..db863588178745a784ebdfc55f13e2e3671f919f 100644 |
--- a/Source/core/html/LabelableElement.cpp |
+++ b/Source/core/html/LabelableElement.cpp |
@@ -44,7 +44,7 @@ PassRefPtr<NodeList> LabelableElement::labels() |
if (!supportLabels()) |
return nullptr; |
- return ensureRareData().ensureNodeLists().addCache<LabelsNodeList>(this, LabelsNodeListType); |
+ return ensureRareData().ensureNodeLists().addCache<LabelsNodeList>(*this, LabelsNodeListType); |
} |
} // namespace Webcore |