Fixes build bustage for cbiesinger

This commit is contained in:
dougt%netscape.com 2002-06-12 00:29:17 +00:00
Родитель 9858e25206
Коммит fdbc3092d3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1109,7 +1109,7 @@ NS_IMETHODIMP pluginInstanceOwner :: CreateWidget(void)
// start a periodic timer to provide null events to the plugin instance.
mPluginTimer = do_CreateInstance("@mozilla.org/timer;1", &rv);
if (rv == NS_OK)
rv = mPluginTimer->Init(this, 1020 / 60, NS_PRIORITY_NORMAL, NS_TYPE_REPEATING_SLACK);
rv = mPluginTimer->Init(this, 1020 / 60);
#endif