Changeset 35027 in webkit for trunk/JavaScriptCore/kjs/JSVariableObject.h
- Timestamp:
- Jul 6, 2008, 7:49:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSVariableObject.h
r34946 r35027 86 86 } 87 87 88 JSVariableObject(JSValue* proto , JSVariableObjectData* data)89 : JSObject(proto )88 JSVariableObject(JSValue* prototype, JSVariableObjectData* data) 89 : JSObject(prototype) 90 90 , d(data) // Subclass owns this pointer. 91 91 {
Note:
See TracChangeset
for help on using the changeset viewer.