| Index: third_party/WebKit/Source/core/html/HTMLMarqueeElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMarqueeElement.h b/third_party/WebKit/Source/core/html/HTMLMarqueeElement.h
|
| index 8446b08f84dc696f17413d46e8d8f08bbb271a09..7ec0cc403bae04dda74d9da22aad4d6d106c2d99 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMarqueeElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMarqueeElement.h
|
| @@ -30,7 +30,7 @@ namespace blink {
|
| class HTMLMarqueeElement final : public HTMLElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLMarqueeElement> create(Document&);
|
| + static RawPtr<HTMLMarqueeElement> create(Document&);
|
|
|
| void attributeChanged(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue, AttributeModificationReason) final;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) final;
|
|
|