Skip to content

Commit

Permalink
Merge pull request web-platform-tests#43 from ayg/callback-interface-…
Browse files Browse the repository at this point in the history
…stub

Fail gracefully for callback interfaces
  • Loading branch information
zcorpan committed Oct 2, 2013
2 parents 8b35ee4 + 25bec8c commit c44b81c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion idlharness.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,9 @@ IdlArray.prototype.internal_add_idls = function(parsed_idls)
this.members[parsed_idl.name] = new IdlEnum(parsed_idl);
break;

case "callback":
case "callback interface":
// TODO
console.log("callback interface not yet supported");
break;

default:
Expand Down

0 comments on commit c44b81c

Please sign in to comment.