Index: Source/core/html/LabelableElement.cpp |
diff --git a/Source/core/html/LabelableElement.cpp b/Source/core/html/LabelableElement.cpp |
index 02e8a98ad4b34072b796c9267aa8b9cb267a5c74..ad302516baf92585d32f7beadf724e9b393362a1 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 |