Bug 1323941 - navigationStart should not be exposed to workers as timing attribute

https://hg.mozilla.org/mozilla-central/rev/6be7eb833b11
This commit is contained in:
janekptacijarabaci 2018-04-29 12:11:55 +02:00 committed by Roy Tam
commit fdcf9f71e5
8 changed files with 71 additions and 40 deletions

View file

@ -12,7 +12,7 @@ policies and contribution forms [3].
// Helper Functions for NavigationTiming W3C tests
//
var performanceNamespace = window.performance;
var performanceNamespace = self.performance;
var timingAttributes = [
'connectEnd',
'connectStart',