Changeset 95326 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObject.h
- Timestamp:
- Sep 16, 2011, 2:34:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObject.h
r94929 r95326 349 349 inline JSValue Structure::prototypeForLookup(ExecState* exec) const 350 350 { 351 if ( typeInfo().type() == ObjectType)351 if (isObject()) 352 352 return m_prototype.get(); 353 353
Note:
See TracChangeset
for help on using the changeset viewer.