Add OptionalFeatureUnsupportedError to expected interfaces.

This commit is contained in:
Josh Matthews 2020-05-05 09:30:41 -04:00
parent f3e7a5cac0
commit 3cf9565a1a
2 changed files with 2 additions and 2 deletions

View file

@ -10988,7 +10988,7 @@
[] []
], ],
"interfaces.js": [ "interfaces.js": [
"1b841f053a231bf78d29ffe68e59455363c61502", "f62df6b9c75332a2918b18ec70acfc5d7a795ac0",
[] []
], ],
"nested_asap_script.js": [ "nested_asap_script.js": [

View file

@ -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 = {};