Changeset 769 for trunk/src/script/bridge/qscriptqobject_p.h
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/script/bridge/qscriptqobject_p.h
r651 r769 305 305 static WTF::PassRefPtr<JSC::Structure> createStructure(JSC::JSValue prototype) 306 306 { 307 return JSC::Structure::create(prototype, JSC::TypeInfo(JSC::ObjectType ));307 return JSC::Structure::create(prototype, JSC::TypeInfo(JSC::ObjectType, JSC::ImplementsHasInstance)); 308 308 } 309 309
Note:
See TracChangeset
for help on using the changeset viewer.