Index: third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h |
diff --git a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h |
index 8e01a24a2e784541c37bd4360aa08cd393135241..d30f14a859f604181e81f95fd3313efedccf744c 100644 |
--- a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h |
+++ b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h |
@@ -174,7 +174,7 @@ class CORE_EXPORT DocumentThreadableLoader final : public ThreadableLoader, priv |
Member<RawResource> m_resource; |
// End of ResourceOwner re-implementation, see above. |
- SecurityOrigin* getSecurityOrigin() const; |
+ const SecurityOrigin* getSecurityOrigin() const; |
Document& document() const; |
ThreadableLoaderClient* m_client; |