| Index: third_party/WebKit/Source/core/dom/RemoteSecurityContext.h
|
| diff --git a/third_party/WebKit/Source/core/dom/RemoteSecurityContext.h b/third_party/WebKit/Source/core/dom/RemoteSecurityContext.h
|
| index 4987e1b08fc5e90f23907c447eab8500c8066de7..6f4e2fbe95c1ec2004bd66c28bdd5a11f76d770e 100644
|
| --- a/third_party/WebKit/Source/core/dom/RemoteSecurityContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/RemoteSecurityContext.h
|
| @@ -11,12 +11,12 @@
|
|
|
| namespace blink {
|
|
|
| -class CORE_EXPORT RemoteSecurityContext : public RefCountedWillBeGarbageCollectedFinalized<RemoteSecurityContext>, public SecurityContext {
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(RemoteSecurityContext);
|
| +class CORE_EXPORT RemoteSecurityContext : public GarbageCollectedFinalized<RemoteSecurityContext>, public SecurityContext {
|
| + USING_GARBAGE_COLLECTED_MIXIN(RemoteSecurityContext);
|
| public:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| - static PassRefPtrWillBeRawPtr<RemoteSecurityContext> create();
|
| + static RawPtr<RemoteSecurityContext> create();
|
| void setReplicatedOrigin(PassRefPtr<SecurityOrigin>);
|
|
|
| // FIXME: implement
|
|
|