Index: third_party/WebKit/Source/web/NavigatorContentUtilsClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/NavigatorContentUtilsClientImpl.cpp b/third_party/WebKit/Source/web/NavigatorContentUtilsClientImpl.cpp |
index b28a4247316efd2937594c07a0a075f2efe7b508..20e1f5af26b516f4fa0e3ca71f10a786895b0558 100644 |
--- a/third_party/WebKit/Source/web/NavigatorContentUtilsClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/NavigatorContentUtilsClientImpl.cpp |
@@ -9,7 +9,7 @@ |
namespace blink { |
-RawPtr<NavigatorContentUtilsClientImpl> NavigatorContentUtilsClientImpl::create(WebLocalFrameImpl* webFrame) |
+NavigatorContentUtilsClientImpl* NavigatorContentUtilsClientImpl::create(WebLocalFrameImpl* webFrame) |
{ |
return new NavigatorContentUtilsClientImpl(webFrame); |
} |