summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/modules/fetch/FetchManager.cpp')
-rw-r--r--third_party/WebKit/Source/modules/fetch/FetchManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/modules/fetch/FetchManager.cpp b/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
index 7705bad..2556742 100644
--- a/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
+++ b/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
@@ -545,7 +545,7 @@ void FetchManager::Loader::performHTTPFetch(bool corsFlag, bool corsPreflightFla
//
// The following code also invokes "determine request's referrer" which is
// written in "Main fetch" operation.
- ASSERT(m_request->referrerPolicy() == ReferrerPolicyDefault);
+ ASSERT(m_request->getReferrerPolicy() == ReferrerPolicyDefault);
// Request's referrer policy is always default, so use the client's one.
// TODO(yhirano): Fix here when we introduce requet's referrer policy.
ReferrerPolicy policy = executionContext()->getReferrerPolicy();