Changeset 33979 in webkit for trunk/JavaScriptCore/API/JSCallbackConstructor.cpp
- Timestamp:
- May 21, 2008, 6:20:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackConstructor.cpp
r32652 r33979 57 57 } 58 58 59 bool JSCallbackConstructor::implementsConstruct() const 59 ConstructType JSCallbackConstructor::getConstructData(ConstructData&) 60 60 { 61 return true;61 return ConstructTypeNative; 62 62 } 63 63
Note:
See TracChangeset
for help on using the changeset viewer.