| Index: third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| index 5d9ddd3628399bbe4a7c410cc86b53e8667e3221..2ba8a7b0edda84dcfc98e8c4b117ab22f9145c4e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| @@ -36,7 +36,7 @@ class HTMLDivElement;
|
| class CORE_EXPORT HTMLOptGroupElement final : public HTMLElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLOptGroupElement> create(Document&);
|
| + static RawPtr<HTMLOptGroupElement> create(Document&);
|
|
|
| bool isDisabledFormControl() const override;
|
| HTMLSelectElement* ownerSelectElement() const;
|
|
|