| Index: third_party/WebKit/Source/core/html/HTMLSummaryElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSummaryElement.h b/third_party/WebKit/Source/core/html/HTMLSummaryElement.h
|
| index cbbf0b30aadbaadf36d8cf74b66bf42a57c1ccbd..9a0fccafd5162f01d9f8d2016afb854a3dae401c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSummaryElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSummaryElement.h
|
| @@ -29,7 +29,7 @@ class HTMLDetailsElement;
|
|
|
| class HTMLSummaryElement final : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLSummaryElement> create(Document&);
|
| + static RawPtr<HTMLSummaryElement> create(Document&);
|
| bool isMainSummary() const;
|
| bool willRespondToMouseClickEvents() override;
|
|
|
|
|