aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/notification.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/notification.rs')
-rw-r--r--components/script/dom/notification.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/notification.rs b/components/script/dom/notification.rs
index 4dbb97430e5..1aecb785475 100644
--- a/components/script/dom/notification.rs
+++ b/components/script/dom/notification.rs
@@ -795,7 +795,7 @@ impl FetchResponseListener for ResourceFetchListener {
fn process_csp_violations(&mut self, _request_id: RequestId, violations: Vec<csp::Violation>) {
let global = &self.resource_timing_global();
- global.report_csp_violations(violations);
+ global.report_csp_violations(violations, None);
}
}