Changeset 35411 in webkit for trunk/JavaScriptCore/API/JSCallbackConstructor.cpp
- Timestamp:
- Jul 28, 2008, 1:04:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackConstructor.cpp
r35291 r35411 80 80 { 81 81 constructData.native.function = constructJSCallback; 82 return ConstructType Native;82 return ConstructTypeHost; 83 83 } 84 84
Note:
See TracChangeset
for help on using the changeset viewer.