Changeset 35411 in webkit for trunk/JavaScriptCore/API/JSCallbackObjectFunctions.h
- Timestamp:
- Jul 28, 2008, 1:04:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackObjectFunctions.h
r35293 r35411 246 246 if (jsClass->callAsConstructor) { 247 247 constructData.native.function = construct; 248 return ConstructType Native;248 return ConstructTypeHost; 249 249 } 250 250 }
Note:
See TracChangeset
for help on using the changeset viewer.