| Index: Source/core/html/LabelableElement.cpp
|
| diff --git a/Source/core/html/LabelableElement.cpp b/Source/core/html/LabelableElement.cpp
|
| index db863588178745a784ebdfc55f13e2e3671f919f..18cfa097a53d8c1af8cb56ac591f5189dc9ca1eb 100644
|
| --- a/Source/core/html/LabelableElement.cpp
|
| +++ b/Source/core/html/LabelableElement.cpp
|
| @@ -47,4 +47,9 @@ PassRefPtr<NodeList> LabelableElement::labels()
|
| return ensureRareData().ensureNodeLists().addCache<LabelsNodeList>(*this, LabelsNodeListType);
|
| }
|
|
|
| +void LabelableElement::trace(Visitor* visitor)
|
| +{
|
| + HTMLElement::trace(visitor);
|
| +}
|
| +
|
| } // namespace Webcore
|
|
|