Changeset 34664 in webkit for trunk/JavaScriptCore/kjs/JSObject.h
- Timestamp:
- Jun 19, 2008, 2:13:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSObject.h
r34659 r34664 487 487 { 488 488 ASSERT(proto); 489 ASSERT( Heap::heap(this) == Heap::heap(proto));489 ASSERT(proto == jsNull() || Heap::heap(this) == Heap::heap(proto)); 490 490 } 491 491
Note:
See TracChangeset
for help on using the changeset viewer.