| Index: Source/core/html/LabelableElement.cpp
|
| diff --git a/Source/core/html/LabelableElement.cpp b/Source/core/html/LabelableElement.cpp
|
| index cb34468bf4ca42084142e6e3c9fd72fd9c7f90cd..5233425facd75bb452c55ecce85295a232dc28e6 100644
|
| --- a/Source/core/html/LabelableElement.cpp
|
| +++ b/Source/core/html/LabelableElement.cpp
|
| @@ -39,7 +39,7 @@ LabelableElement::~LabelableElement()
|
| {
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<NodeList> LabelableElement::labels()
|
| +PassRefPtrWillBeRawPtr<LabelsNodeList> LabelableElement::labels()
|
| {
|
| if (!supportLabels())
|
| return nullptr;
|
|
|