SEE: Do not check thisobj->objectclass in window functions.
commit85bfba4530c6a96fc3b07ca7da18f48456b1bfe8
authorKalle Olavi Niemitalo <kon@iki.fi>
Sun, 20 Jul 2008 06:26:52 +0000 (20 09:26 +0300)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Sun, 20 Jul 2008 06:26:52 +0000 (20 09:26 +0300)
tree439b818ffb8b1a10e0688a493fd2d45c98014a63
parent39a5d684472649abbc3903676af7e1808a4eb57a
SEE: Do not check thisobj->objectclass in window functions.

init_js_window_object() copies the alert, open, and setTimeout methods
from the window object to the global object.  My fix for bug 846 on
2006-12-10 incorrectly made the corresponding C functions refuse to
work if they were not called as methods of the window object.
NEWS
src/ecmascript/see/window.c