| Index: third_party/WebKit/Source/core/dom/RemoteSecurityContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/RemoteSecurityContext.cpp b/third_party/WebKit/Source/core/dom/RemoteSecurityContext.cpp
|
| index dfc8610b5d16338674713bbee2e62aa45096c0f2..9fedbeb23c7b7f648e82de4e7e447c83b00a68e3 100644
|
| --- a/third_party/WebKit/Source/core/dom/RemoteSecurityContext.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/RemoteSecurityContext.cpp
|
| @@ -38,7 +38,7 @@ DEFINE_TRACE(RemoteSecurityContext)
|
| void RemoteSecurityContext::setReplicatedOrigin(PassRefPtr<SecurityOrigin> origin)
|
| {
|
| DCHECK(origin);
|
| - setSecurityOrigin(origin);
|
| + setSecurityOrigin(std::move(origin));
|
| contentSecurityPolicy()->setupSelf(*getSecurityOrigin());
|
| }
|
|
|
|
|