Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp |
diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp |
index de75c7a790c63008588b758646a692f740525e0d..de095344db1d56bdaa02ef95f2162afbef6beadd 100644 |
--- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp |
+++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp |
@@ -240,7 +240,7 @@ XMLHttpRequest::XMLHttpRequest( |
XMLHttpRequestProgressEventThrottle::create(this)), |
m_responseTypeCode(ResponseTypeDefault), |
m_isIsolatedWorld(isIsolatedWorld), |
- m_isolatedWorldSecurityOrigin(isolatedWorldSecurityOrigin), |
+ m_isolatedWorldSecurityOrigin(std::move(isolatedWorldSecurityOrigin)), |
m_eventDispatchRecursionLevel(0), |
m_async(true), |
m_includeCredentials(false), |