Changeset 2821 in webkit for trunk/JavaScriptCore/kjs/interpreter.cpp
- Timestamp:
- Nov 21, 2002, 10:59:09 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/interpreter.cpp
r2757 r2821 36 36 #include "error_object.h" 37 37 #include "nodes.h" 38 #include "context.h" 38 39 39 40 using namespace KJS; … … 71 72 } 72 73 73 const ListContext::scopeChain() const74 const ScopeChain Context::scopeChain() const 74 75 { 75 76 return rep->scopeChain();
Note:
See TracChangeset
for help on using the changeset viewer.