Commit 91dfab0b authored by Sebastian Hengst's avatar Sebastian Hengst
Browse files

Bug 1701954 - let interfaces test expect to find PerformanceEventTiming and...

Bug 1701954 - let interfaces test expect to find PerformanceEventTiming and EventCounts on all channels. r=smaug DONTBUILD

Both ride the trains since bug 1701029.

Differential Revision: https://phabricator.services.mozilla.com/D110266
parent 292a7a0c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -363,7 +363,7 @@ var interfaceNamesInGlobalScope = [
  // IMPORTANT: Do not change this list without review from a DOM peer!
  { name: "Event", insecureContext: true },
  // IMPORTANT: Do not change this list without review from a DOM peer!
  { name: "EventCounts", insecureContext: true, nightly: true },
  { name: "EventCounts", insecureContext: true },
  // IMPORTANT: Do not change this list without review from a DOM peer!
  { name: "EventSource", insecureContext: true },
  // IMPORTANT: Do not change this list without review from a DOM peer!
@@ -849,7 +849,7 @@ var interfaceNamesInGlobalScope = [
  // IMPORTANT: Do not change this list without review from a DOM peer!
  { name: "PerformanceEntry", insecureContext: true },
  // IMPORTANT: Do not change this list without review from a DOM peer!
  { name: "PerformanceEventTiming", insecureContext: true, nightly: true },
  { name: "PerformanceEventTiming", insecureContext: true },
  // IMPORTANT: Do not change this list without review from a DOM peer!
  { name: "PerformanceMark", insecureContext: true },
  // IMPORTANT: Do not change this list without review from a DOM peer!