summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/chromium/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
index 4e48c2d504c..0078cf8f47d 100644
--- a/chromium/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
+++ b/chromium/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
@@ -818,7 +818,7 @@ bool FrameFetchContext::UpdateTimingInfoForIFrameNavigation(
if (!GetFrame()->should_send_resource_timing_info_to_parent())
return false;
// location may have been changed after initial navigation,
- if (MasterDocumentLoader()->LoadType() == WebFrameLoadType::kBackForward) {
+ if (MasterDocumentLoader()->LoadType() == kFrameLoadTypeBackForward) {
// ...and do not report subsequent navigations in the iframe too.
GetFrame()->SetShouldSendResourceTimingInfoToParent(false);
return false;