| Index: third_party/WebKit/Source/core/html/HTMLStyleElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLStyleElement.h b/third_party/WebKit/Source/core/html/HTMLStyleElement.h
|
| index 6ceae7a2bcd33469358a83ea7f66e1c1da46e09b..9644c199c40b727c1014da8384db7673633f32b8 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLStyleElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLStyleElement.h
|
| @@ -35,9 +35,9 @@ using StyleEventSender = EventSender<HTMLStyleElement>;
|
|
|
| class HTMLStyleElement final : public HTMLElement, private StyleElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLStyleElement);
|
| + USING_GARBAGE_COLLECTED_MIXIN(HTMLStyleElement);
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLStyleElement> create(Document&, bool createdByParser);
|
| + static RawPtr<HTMLStyleElement> create(Document&, bool createdByParser);
|
| ~HTMLStyleElement() override;
|
|
|
| using StyleElement::sheet;
|
|
|