Changeset 424 for trunk/WebCore/bindings/js/JSImageConstructor.cpp
- Timestamp:
- 07/30/08 15:12:45 (5 months ago)
- Files:
-
- trunk/WebCore/bindings/js/JSImageConstructor.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/bindings/js/JSImageConstructor.cpp
r414 r424 70 70 { 71 71 constructData.native.function = constructImage; 72 return ConstructType Native;72 return ConstructTypeHost; 73 73 } 74 74
