Changeset 28328 in webkit for trunk/JavaScriptCore/bindings/runtime_root.cpp
- Timestamp:
- Dec 2, 2007, 11:43:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime_root.cpp
r28309 r28328 287 287 } 288 288 289 JSGlobalObject* RootObject::globalObject() const 290 { 291 ASSERT(m_isValid); 292 return m_globalObject; 293 } 294 289 295 void RootObject::addRuntimeObject(RuntimeObjectImp* object) 290 296 {
Note:
See TracChangeset
for help on using the changeset viewer.