Changeset 58986 in webkit for trunk/JavaScriptCore/runtime/JSStaticScopeObject.cpp
- Timestamp:
- May 7, 2010, 5:05:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSStaticScopeObject.cpp
r47022 r58986 59 59 } 60 60 61 bool JSStaticScopeObject::isDynamicScope( ) const61 bool JSStaticScopeObject::isDynamicScope(bool&) const 62 62 { 63 63 return false;
Note:
See TracChangeset
for help on using the changeset viewer.