зеркало из https://github.com/mozilla/pjs.git
Fixes build bustage for cbiesinger
This commit is contained in:
Родитель
9858e25206
Коммит
fdbc3092d3
|
@ -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
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче