[heycam/webidl] Platform object [[Delete]] method is missing some "return" statements (#149)

There's a bunch of places in the algorithm that say things like:

> If the steps indicated that the deletion failed, then false

whereas it should say something like:

> If the steps indicated that the deletion failed, then return false

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/149

Received on Tuesday, 23 August 2016 14:45:32 UTC