[Bug 14182] setTimeout("{", 10) and window.onerror

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14182

--- Comment #3 from Simon Pieters <simonp@opera.com> 2011-10-20 21:54:48 UTC ---
When a script calls setTimeout (or setInterval) and the first argument is a
string, then let the created script use the same script URL as the script that
called the method, so window.onerror's second argument is set correctly in case
of a compile error or runtime error.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 20 October 2011 21:54:54 UTC