Index: third_party/WebKit/Source/web/PopupMenuImpl.h |
diff --git a/third_party/WebKit/Source/web/PopupMenuImpl.h b/third_party/WebKit/Source/web/PopupMenuImpl.h |
index fc655f242f9ea8afd98516b563c72484279e5117..9ed6b1381c687cd265e39264bea0f9fb4780d163 100644 |
--- a/third_party/WebKit/Source/web/PopupMenuImpl.h |
+++ b/third_party/WebKit/Source/web/PopupMenuImpl.h |
@@ -20,7 +20,7 @@ class HTMLSelectElement; |
class PopupMenuImpl final : public PopupMenu, public PagePopupClient { |
public: |
- static RawPtr<PopupMenuImpl> create(ChromeClientImpl*, HTMLSelectElement&); |
+ static PopupMenuImpl* create(ChromeClientImpl*, HTMLSelectElement&); |
~PopupMenuImpl() override; |
DECLARE_VIRTUAL_TRACE(); |