Changeset 23512 in webkit for trunk/JavaScriptCore/bindings/runtime.cpp
- Timestamp:
- Jun 13, 2007, 5:10:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime.cpp
r23479 r23512 48 48 : _rootObject(rootObject) 49 49 { 50 ASSERT(_rootObject); 50 51 } 51 52 … … 58 59 , _refCount(0) 59 60 { 61 ASSERT(_rootObject); 60 62 } 61 63
Note:
See TracChangeset
for help on using the changeset viewer.