Changeset 27204 in webkit for trunk/JavaScriptCore/kjs/nodes.cpp
- Timestamp:
- Oct 28, 2007, 9:02:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/nodes.cpp
r27200 r27204 403 403 size_t index = functionBody->symbolTable().get(ident.ustring().rep()); 404 404 if (index != missingSymbolMarker()) 405 new (this) LocalVarAccessNode( this,index);405 new (this) LocalVarAccessNode(index); 406 406 } 407 407
Note:
See TracChangeset
for help on using the changeset viewer.