Auto merge of #10819 - nox:call-without-new, r=Ms2ger

Refactor the `call` hook on non-callback interface objects (fixes #10744)

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10819)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-04-25 02:45:29 -07:00
commit a92a6360cf
6 changed files with 67 additions and 49 deletions

View file

@ -42,7 +42,3 @@
[Array with mixed types]
expected: FAIL
[Blob constructor with no arguments, without 'new']
bug: https://github.com/servo/servo/issues/10744
expected: FAIL

View file

@ -1,6 +0,0 @@
[Event-constructors.html]
type: testharness
[Event constructors 4]
expected: FAIL
bug: https://github.com/servo/servo/issues/10744

View file

@ -1,5 +0,0 @@
[urlsearchparams-constructor.html]
type: testharness
[URLSearchParams constructor, empty.]
expected: FAIL