Changeset 35411 in webkit for trunk/JavaScriptCore/kjs/ConstructData.cpp
- Timestamp:
- Jul 28, 2008, 1:04:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ConstructData.cpp
r35142 r35411 33 33 JSObject* construct(ExecState* exec, JSValue* object, ConstructType constructType, const ConstructData& constructData, const ArgList& args) 34 34 { 35 if (constructType == ConstructType Native)35 if (constructType == ConstructTypeHost) 36 36 return constructData.native.function(exec, static_cast<JSObject*>(object), args); 37 37 ASSERT(constructType == ConstructTypeJS);
Note:
See TracChangeset
for help on using the changeset viewer.