Changeset 424 for trunk/WebCore/bindings/js/JSQuarantinedObjectWrapper.cpp
- Timestamp:
- 07/30/08 15:12:45 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/bindings/js/JSQuarantinedObjectWrapper.cpp
r414 r424 216 216 return ConstructTypeNone; 217 217 constructData.native.function = construct; 218 return ConstructType Native;218 return ConstructTypeHost; 219 219 } 220 220
