Changeset 36316 in webkit for trunk/JavaScriptCore/kjs/JSObject.h
- Timestamp:
- Sep 10, 2008, 1:42:43 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSObject.h
r36314 r36316 214 214 inline JSValue* JSObject::prototype() const 215 215 { 216 return m_structureID-> prototype();216 return m_structureID->storedPrototype(); 217 217 } 218 218
Note:
See TracChangeset
for help on using the changeset viewer.