[Bug 24248] Inconsistency between WebIDL callback function default this and JS strict mode default this

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24248

--- Comment #3 from Boris Zbarsky <bzbarsky@mit.edu> ---
Conceptually, this is meant for cases when no this value is being explicitly
provided to a function call, which should act just like this:

  var f = theFunctionIWasGiven;
  f();

or

  f.call();

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 10 January 2014 00:44:31 UTC