mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
Add OptionalFeatureUnsupportedError to expected interfaces.
This commit is contained in:
parent
f3e7a5cac0
commit
3cf9565a1a
2 changed files with 2 additions and 2 deletions
|
@ -10988,7 +10988,7 @@
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"interfaces.js": [
|
"interfaces.js": [
|
||||||
"1b841f053a231bf78d29ffe68e59455363c61502",
|
"f62df6b9c75332a2918b18ec70acfc5d7a795ac0",
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"nested_asap_script.js": [
|
"nested_asap_script.js": [
|
||||||
|
|
|
@ -59,7 +59,7 @@ function test_interfaces(interfaceNamesInGlobalScope) {
|
||||||
var sources = [
|
var sources = [
|
||||||
ecmaGlobals,
|
ecmaGlobals,
|
||||||
interfaceNamesInGlobalScope,
|
interfaceNamesInGlobalScope,
|
||||||
["AssertionError", "EventWatcher", "PreconditionFailedError"],
|
["AssertionError", "EventWatcher", "OptionalFeatureUnsupportedError"],
|
||||||
];
|
];
|
||||||
|
|
||||||
var interfaceMap = {};
|
var interfaceMap = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue