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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerScriptLoader.h

Issue 2326153003: Rename referrerPolicy() methods to getReferrerPolicy(). (Closed)
Patch Set: . Created 4 years 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/workers/WorkerScriptLoader.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerScriptLoader.h b/third_party/WebKit/Source/core/workers/WorkerScriptLoader.h
index 2cd23dc3cc18224faec1a397866ca471299fb0f8..f17d3dae32db943fac4d22829afdc5a0f77d3d28 100644
--- a/third_party/WebKit/Source/core/workers/WorkerScriptLoader.h
+++ b/third_party/WebKit/Source/core/workers/WorkerScriptLoader.h
@@ -97,7 +97,7 @@ class CORE_EXPORT WorkerScriptLoader final
return m_contentSecurityPolicy.release();
}
- String referrerPolicy() { return m_referrerPolicy; }
+ String getReferrerPolicy() { return m_referrerPolicy; }
WebAddressSpace responseAddressSpace() const {
return m_responseAddressSpace;

Powered by Google App Engine
This is Rietveld 408576698