Changeset 37668 in webkit for trunk/JavaScriptCore
- Timestamp:
- Oct 17, 2008, 5:08:44 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r37664 r37668 1 2008-10-17 Maciej Stachowiak <[email protected]> 2 3 Reviewed by Geoff Garen. 4 5 - remove ASSERT that makes the leaks buildbot cry 6 7 * kjs/JSFunction.cpp: 8 (JSC::JSFunction::JSFunction): 9 1 10 2008-10-17 Maciej Stachowiak <[email protected]> 2 11 -
trunk/JavaScriptCore/kjs/JSFunction.cpp
r37622 r37668 50 50 , m_scopeChain(scopeChainNode) 51 51 { 52 ASSERT(exec->globalData().parser->parse<FunctionBodyNode>(exec, 0, body->source()));53 52 } 54 53
Note:
See TracChangeset
for help on using the changeset viewer.