| Index: third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAnchorElement.h b/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| index e48981020d8072cd0f254ca9f6d3f2437499d43b..4d06bb76831212b4b956389cf67215f9acf8c0dc 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| @@ -60,7 +60,7 @@ enum {
|
| class CORE_EXPORT HTMLAnchorElement : public HTMLElement, public DOMURLUtils {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLAnchorElement> create(Document&);
|
| + static RawPtr<HTMLAnchorElement> create(Document&);
|
|
|
| ~HTMLAnchorElement() override;
|
|
|
|
|