summaryrefslogtreecommitdiffstats
path: root/webkit/glue/site_isolation_metrics.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/site_isolation_metrics.cc')
-rw-r--r--webkit/glue/site_isolation_metrics.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/site_isolation_metrics.cc b/webkit/glue/site_isolation_metrics.cc
index 58d8717..ecc1464 100644
--- a/webkit/glue/site_isolation_metrics.cc
+++ b/webkit/glue/site_isolation_metrics.cc
@@ -135,7 +135,7 @@ void SiteIsolationMetrics::LogMimeTypeForCrossOriginRequest(
// Now focus on non-frame, non-plugin requests.
if (target_type != WebURLRequest::TargetIsMainFrame &&
- target_type != WebURLRequest::TargetIsSubFrame &&
+ target_type != WebURLRequest::TargetIsSubframe &&
target_type != WebURLRequest::TargetIsObject) {
// If it is part of a MIME type we might block, log the MIME type.
std::string mime_type = response.mimeType().utf8();