Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Unified Diff: third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h

Issue 2264503002: Clean up SecurityOrigin handling around CrossOriginAccessControl::handleRedirect() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698