Index: third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp |
diff --git a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp |
index f209bbf18b1b3d75e2ad19047741084e9cb07baf..c5c8920707bf514f3416c356622eff7f0d3a801f 100644 |
--- a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp |
+++ b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp |
@@ -960,7 +960,7 @@ StoredCredentials DocumentThreadableLoader::effectiveAllowCredentials() const |
return m_resourceLoaderOptions.allowCredentials; |
} |
-SecurityOrigin* DocumentThreadableLoader::getSecurityOrigin() const |
+const SecurityOrigin* DocumentThreadableLoader::getSecurityOrigin() const |
{ |
return m_securityOrigin ? m_securityOrigin.get() : document().getSecurityOrigin(); |
} |