Changeset 35411 in webkit for trunk/JavaScriptCore/VM/Machine.cpp
- Timestamp:
- Jul 28, 2008, 1:04:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.cpp
r35310 r35411 2495 2495 } 2496 2496 2497 if (constructType == ConstructType Native) {2497 if (constructType == ConstructTypeHost) { 2498 2498 if (*enabledProfilerReference) 2499 2499 (*enabledProfilerReference)->willExecute(exec, constructor);
Note:
See TracChangeset
for help on using the changeset viewer.