mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
script: Pass &mut JSContext to submit_timing_data (#43479)
Part of #40600 Testing: It compiles Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0336c8084b
commit
8f699b1f17
@@ -3913,7 +3913,7 @@ impl FetchResponseListener for HTMLMediaElementFetchListener {
|
||||
element.media_data_processing_failure_steps();
|
||||
}
|
||||
|
||||
network_listener::submit_timing(&self, &status, &timing, CanGc::from_cx(cx));
|
||||
network_listener::submit_timing(cx, &self, &status, &timing);
|
||||
}
|
||||
|
||||
fn process_csp_violations(&mut self, _request_id: RequestId, violations: Vec<Violation>) {
|
||||
|
||||
Reference in New Issue
Block a user