| Index: third_party/WebKit/Source/core/html/HTMLEmbedElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLEmbedElement.h b/third_party/WebKit/Source/core/html/HTMLEmbedElement.h
|
| index 76610b87e434ca548d764a73b1ae4298ebf9755c..61b662bcbe0a3630852d428bc1b0cbd79dbcabbd 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLEmbedElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLEmbedElement.h
|
| @@ -30,7 +30,7 @@ namespace blink {
|
| class HTMLEmbedElement final : public HTMLPlugInElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLEmbedElement> create(Document&, bool createdByParser = false);
|
| + static RawPtr<HTMLEmbedElement> create(Document&, bool createdByParser = false);
|
|
|
| bool isExposed() const;
|
|
|
|
|