Index: Source/core/html/LabelableElement.cpp |
diff --git a/Source/core/html/LabelableElement.cpp b/Source/core/html/LabelableElement.cpp |
index 5eeab71514ce181c3b91761d9fa9f26a24bb0167..02e8a98ad4b34072b796c9267aa8b9cb267a5c74 100644 |
--- a/Source/core/html/LabelableElement.cpp |
+++ b/Source/core/html/LabelableElement.cpp |
@@ -44,7 +44,7 @@ PassRefPtr<NodeList> LabelableElement::labels() |
if (!supportLabels()) |
return 0; |
- return ensureRareData()->ensureNodeLists()->addCacheWithAtomicName<LabelsNodeList>(this, LabelsNodeListType, starAtom); |
+ return ensureRareData().ensureNodeLists()->addCacheWithAtomicName<LabelsNodeList>(this, LabelsNodeListType, starAtom); |
} |
} // namespace Webcore |