| Index: third_party/WebKit/Source/core/html/LabelableElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/LabelableElement.h b/third_party/WebKit/Source/core/html/LabelableElement.h
|
| index 175d27792b170bac859c7904785b4538d7680b35..92854ba050a77400efdcdf04e42445c7d2900ed1 100644
|
| --- a/third_party/WebKit/Source/core/html/LabelableElement.h
|
| +++ b/third_party/WebKit/Source/core/html/LabelableElement.h
|
| @@ -43,7 +43,7 @@ class LabelsNodeList;
|
| class CORE_EXPORT LabelableElement : public HTMLElement {
|
| public:
|
| ~LabelableElement() override;
|
| - PassRefPtrWillBeRawPtr<LabelsNodeList> labels();
|
| + RawPtr<LabelsNodeList> labels();
|
| virtual bool supportLabels() const { return false; }
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|