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