Changeset 52334 in webkit for trunk/JavaScriptCore/API/JSClassRef.h
- Timestamp:
- Dec 18, 2009, 12:46:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSClassRef.h
r46528 r52334 32 32 #include <runtime/Protect.h> 33 33 #include <runtime/UString.h> 34 #include <runtime/WeakGCPtr.h> 34 35 #include <wtf/HashMap.h> 35 36 #include <wtf/RefCounted.h> … … 77 78 OpaqueJSClassStaticValuesTable* staticValues; 78 79 OpaqueJSClassStaticFunctionsTable* staticFunctions; 79 JSC:: JSObject*cachedPrototype;80 JSC::WeakGCPtr<JSC::JSObject> cachedPrototype; 80 81 }; 81 82
Note:
See TracChangeset
for help on using the changeset viewer.