Changeset 424 for trunk/WebCore/bindings/js/JSXSLTProcessorConstructor.cpp
- Timestamp:
- 07/30/08 15:12:45 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/bindings/js/JSXSLTProcessorConstructor.cpp
r320 r424 54 54 { 55 55 constructData.native.function = constructXSLTProcessor; 56 return ConstructType Native;56 return ConstructTypeHost; 57 57 } 58 58
