| Index: third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.h b/third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| index 1a7970aa3347321edbe7f1881695a3827e328808..c17e2efc3d8bb2f2d94bd706518dfd8bd967547e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| @@ -33,9 +33,9 @@ class HTMLFormElement;
|
|
|
| class CORE_EXPORT HTMLObjectElement final : public HTMLPlugInElement, public FormAssociatedElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLObjectElement);
|
| + USING_GARBAGE_COLLECTED_MIXIN(HTMLObjectElement);
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLObjectElement> create(Document&, HTMLFormElement*, bool createdByParser);
|
| + static RawPtr<HTMLObjectElement> create(Document&, HTMLFormElement*, bool createdByParser);
|
| ~HTMLObjectElement() override;
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|