Index: third_party/WebKit/Source/web/ChromeClientImpl.h |
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h |
index b180e74c01f885cde289f00b60e9a639706c04ae..a6d22adfa96df0570ba42b5392eec2d805837528 100644 |
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h |
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h |
@@ -48,7 +48,7 @@ struct WebCursorInfo; |
// Handles window-level notifications from core on behalf of a WebView. |
class WEB_EXPORT ChromeClientImpl final : public ChromeClient { |
public: |
- static RawPtr<ChromeClientImpl> create(WebViewImpl*); |
+ static ChromeClientImpl* create(WebViewImpl*); |
~ChromeClientImpl() override; |
void* webView() const override; |