Changeset 25535 for trunk/JavaScriptCore/ChangeLog
- Timestamp:
- 09/13/07 07:50:22 (15 months ago)
- Files:
-
- 1 modified
-
trunk/JavaScriptCore/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r25534 r25535 1 2007-09-13 Antti Koivisto <antti@apple.com> 2 3 Reviewed by Maciej. 4 5 Small addition to previous path to cover 6 http://bugs.webkit.org/show_bug.cgi?id=11399 7 window.eval runs in the global scope of the calling window 8 9 Switch variable scope as well. 10 11 * kjs/function.cpp: 12 (KJS::GlobalFuncImp::callAsFunction): 13 1 14 2007-09-12 Antti Koivisto <antti@apple.com> 2 15