Changeset 76090 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jan 18, 2011, 6:37:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r76078 r76090 1 2011-01-18 Oliver Hunt <[email protected]> 2 3 Reviewed by Gavin Barraclough. 4 5 [jsfunfuzz] Assertion asking activation for arguments when arguments is overridden 6 https://bugs.webkit.org/show_bug.cgi?id=52690 7 8 Clean up code to retrieve arguments from activation and function objects. 9 Remove the incorrect assertion from JSActivation's argumentsGetter. 10 11 * interpreter/Interpreter.cpp: 12 (JSC::Interpreter::retrieveArguments): 13 * runtime/JSActivation.cpp: 14 (JSC::JSActivation::argumentsGetter): 15 1 16 2011-01-18 Geoffrey Garen <[email protected]> 2 17
Note:
See TracChangeset
for help on using the changeset viewer.