Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored Jun 8, 2018
1 parent 2285591 commit d56c977
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/idlharness.js
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,8 @@ IdlArray.prototype.collapse_partials = function()
{
// Special-case "Exposed". Must be a subset of original interface's exposure.
// Exposed on a partial is the equivalent of having the same Exposed on all nested members.
// See https://github.com/heycam/webidl/issues/154 for discrepency between Exposed and
// other extended attributes on partial interfaces.
const exposureAttr = parsed_idl.extAttrs.find(a => a.name === "Exposed");
if (exposureAttr) {
if (!parsed_idl.untested) {
Expand Down

0 comments on commit d56c977

Please sign in to comment.