Changeset 30122 in webkit for trunk/JavaScriptCore/bindings/runtime_root.cpp
- Timestamp:
- Feb 10, 2008, 11:27:12 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime_root.cpp
r28468 r30122 202 202 203 203 RootObject::RootObject(const void* nativeHandle, JSGlobalObject* globalObject) 204 : m_isValid(true) 204 : RefCounted<RootObject>(0) 205 , m_isValid(true) 205 206 , m_nativeHandle(nativeHandle) 206 207 , m_globalObject(globalObject)
Note:
See TracChangeset
for help on using the changeset viewer.