Changeset 37668 in webkit for trunk/JavaScriptCore/kjs/JSFunction.cpp
- Timestamp:
- Oct 17, 2008, 5:08:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.