Changeset 10584 in webkit for trunk/JavaScriptCore/kjs/internal.cpp
- Timestamp:
- Sep 20, 2005, 5:25:11 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.cpp
r10563 r10584 645 645 if (global) 646 646 global->mark(); 647 if (globExec ._exception)647 if (globExec && globExec._exception) 648 648 globExec._exception->mark(); 649 649 }
Note:
See TracChangeset
for help on using the changeset viewer.