Fixed GetClientCookieTime not being exported (bug 4237, r=fyren, a13=blocking).

This commit is contained in:
David Anderson 2010-02-08 19:58:36 -08:00
parent 2c7b0e04e9
commit 2fb3f8ab0f

View File

@ -444,5 +444,6 @@ sp_nativeinfo_t g_ClientPrefNatives[] =
{"ShowCookieMenu", ShowSettingsMenu},
{"SetCookieMenuItem", AddSettingsMenuItem},
{"SetCookiePrefabMenu", AddSettingsPrefabMenuItem},
{"GetClientCookieTime", GetClientCookieTime},
{NULL, NULL}
};