Skip to content

Commit

Permalink
[idlharness.js] Remove legacycaller support
Browse files Browse the repository at this point in the history
It no longer appears in any IDL under test, and importantly isn't
supported by webidl2.js since w3c/webidl2.js#78.

Fixes #7258.
  • Loading branch information
foolip authored and Ms2ger committed May 7, 2021
1 parent 53b3a8e commit 13daaed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions resources/idlharness.js
Original file line number Diff line number Diff line change
Expand Up @@ -2626,9 +2626,6 @@ IdlInterface.prototype.test_object = function(desc)
{
// Result of [[IsHTMLDDA]] slot
expected_typeof = "undefined";
} else if (this.members.some(function(member) { return member.legacycaller; }))
{
expected_typeof = "function";
}
else
{
Expand Down

0 comments on commit 13daaed

Please sign in to comment.