Changeset 162156 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jan 16, 2014, 2:55:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r162139 r162156 1 2014-01-16 Oliver Hunt <[email protected]> 2 3 throwing an objc object (or general binding object) triggers an assertion 4 https://bugs.webkit.org/show_bug.cgi?id=127146 5 6 Reviewed by Alexey Proskuryakov. 7 8 This is simply a bogus assertion as we can't guarantee a bindings object 9 won't intercept assignment to .stack 10 11 * interpreter/Interpreter.cpp: 12 (JSC::Interpreter::unwind): 13 1 14 2014-01-16 Peter Molnar <[email protected]> 2 15
Note:
See TracChangeset
for help on using the changeset viewer.