Index: third_party/WebKit/Source/web/RemoteFrameOwner.h |
diff --git a/third_party/WebKit/Source/web/RemoteFrameOwner.h b/third_party/WebKit/Source/web/RemoteFrameOwner.h |
index 517b96fd70db54095d64e91f1684a13e75b7dbca..3f934be9bf059d331de0ee97a1cac7ac1a337068 100644 |
--- a/third_party/WebKit/Source/web/RemoteFrameOwner.h |
+++ b/third_party/WebKit/Source/web/RemoteFrameOwner.h |
@@ -19,7 +19,7 @@ namespace blink { |
class RemoteFrameOwner final : public GarbageCollectedFinalized<RemoteFrameOwner>, public FrameOwner { |
USING_GARBAGE_COLLECTED_MIXIN(RemoteFrameOwner); |
public: |
- static RawPtr<RemoteFrameOwner> create(SandboxFlags flags, const WebFrameOwnerProperties& frameOwnerProperties) |
+ static RemoteFrameOwner* create(SandboxFlags flags, const WebFrameOwnerProperties& frameOwnerProperties) |
{ |
return new RemoteFrameOwner(flags, frameOwnerProperties); |
} |