| Index: third_party/WebKit/Source/web/RemoteFrameClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
|
| index cb4165e61e960dfec6942dac294d30cb37b0edb4..0bd025ac14fb3f8212e7120e7b523907e9fc696d 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
|
| @@ -12,7 +12,7 @@ class WebRemoteFrameImpl;
|
|
|
| class RemoteFrameClientImpl final : public RemoteFrameClient {
|
| public:
|
| - static RawPtr<RemoteFrameClientImpl> create(WebRemoteFrameImpl*);
|
| + static RemoteFrameClientImpl* create(WebRemoteFrameImpl*);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|