Changeset 60585 in webkit for trunk/JavaScriptCore/qt/api/qscriptvalue.cpp
- Timestamp:
- Jun 2, 2010, 6:19:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/qt/api/qscriptvalue.cpp
r59503 r60585 584 584 bool QScriptValue::strictlyEquals(const QScriptValue& other) const 585 585 { 586 return d_ptr == other.d_ptr || d_ptr->strictlyEquals(QScriptValuePrivate::get(other));587 } 586 return d_ptr->strictlyEquals(QScriptValuePrivate::get(other)); 587 }
Note:
See TracChangeset
for help on using the changeset viewer.