Changeset 35242 in webkit for trunk/JavaScriptCore/API/JSCallbackFunction.cpp
- Timestamp:
- Jul 18, 2008, 3:18:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackFunction.cpp
r34947 r35242 71 71 { 72 72 callData.native.function = call; 73 return CallType Native;73 return CallTypeHost; 74 74 } 75 75
Note:
See TracChangeset
for help on using the changeset viewer.