| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index 6853309a7ffbf89e3d66a44837460bb82c6081d1..821b3de34311df44b17143392eb45ab639dfafff 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -168,7 +168,7 @@ ChromeClientImpl::~ChromeClientImpl()
|
| {
|
| }
|
|
|
| -RawPtr<ChromeClientImpl> ChromeClientImpl::create(WebViewImpl* webView)
|
| +ChromeClientImpl* ChromeClientImpl::create(WebViewImpl* webView)
|
| {
|
| return new ChromeClientImpl(webView);
|
| }
|
|
|