| 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;
|
|
|