| Index: third_party/WebKit/Source/core/html/LabelableElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/LabelableElement.cpp b/third_party/WebKit/Source/core/html/LabelableElement.cpp
|
| index 48678edd86b7d71308c5aa6eee28e862a1d49efa..b56577d532bc85fc09305ce3b7e4840aab06d60c 100644
|
| --- a/third_party/WebKit/Source/core/html/LabelableElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/LabelableElement.cpp
|
| @@ -38,7 +38,7 @@ LabelableElement::~LabelableElement()
|
| {
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<LabelsNodeList> LabelableElement::labels()
|
| +RawPtr<LabelsNodeList> LabelableElement::labels()
|
| {
|
| if (!supportLabels())
|
| return nullptr;
|
|
|