Changeset 60661 in webkit for trunk/JavaScriptCore/qt/api/qscriptvalue.cpp
- Timestamp:
- Jun 4, 2010, 12:54:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/qt/api/qscriptvalue.cpp
r60585 r60661 557 557 bool QScriptValue::equals(const QScriptValue& other) const 558 558 { 559 return d_ptr == other.d_ptr || d_ptr->equals(QScriptValuePrivate::get(other));559 return d_ptr->equals(QScriptValuePrivate::get(other)); 560 560 } 561 561
Note:
See TracChangeset
for help on using the changeset viewer.