Just in case.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@15325
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
=== Safari-521.16 ===
+2006-07-10 Darin Adler <darin@apple.com>
+
+ * kjs/value.cpp: (KJS::JSValue::toInt32Inline): Added inline keyword one more place.
+ Just in case.
+
2006-07-10 Darin Adler <darin@apple.com>
- fix the release build
return roundValue(exec, const_cast<JSValue*>(this));
}
-int32_t JSValue::toInt32Inline(ExecState* exec, bool& ok) const
+inline int32_t JSValue::toInt32Inline(ExecState* exec, bool& ok) const
{
ok = true;