diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 4d17cb2e18f..abbd4fa8cc9 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -10518,7 +10518,7 @@ [] ], "interfaces.js": [ - "8e67ede99ce211fb6fe7891a103e2da9c774cc53", + "e2c2de8556c7fa88f54a76a3c18e06be14722de9", [] ], "nested_asap_script.js": [ diff --git a/tests/wpt/mozilla/tests/mozilla/interfaces.js b/tests/wpt/mozilla/tests/mozilla/interfaces.js index 8e67ede99ce..e2c2de8556c 100644 --- a/tests/wpt/mozilla/tests/mozilla/interfaces.js +++ b/tests/wpt/mozilla/tests/mozilla/interfaces.js @@ -79,9 +79,7 @@ function test_interfaces(interfaceNamesInGlobalScope) { } assert_true(name in interfaceMap, "If this is failing: DANGER, are you sure you want to expose the new " + - "interface " + name + " to all webpages as a property on the global? " + - "Do not make a change to this file without review from jdm or Ms2ger " + - "for that specific change!"); + "interface " + name + " to all webpages as a property on the global?"); if (name in interfaceMap) { delete interfaceMap[name]; }