Not part of build
fixed lib deps. change repeating precise timers to repeating slack for debug builds - make debuging easier git-svn-id: svn://10.0.0.236/trunk@107114 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -39,7 +39,7 @@ IS_COMPONENT = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
MODULE_NAME = nsPhTimerModule
|
||||
CPPSRCS += nsTimerPhFactory.cpp
|
||||
EXTRA_DSO_LDOPTS = $(MOZ_COMPONENT_LIBS)
|
||||
EXTRA_DSO_LDOPTS = $(MOZ_COMPONENT_LIBS) $(TOOLKIT_DSO_LDOPTS) $(TK_LIBS) $(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -306,6 +306,10 @@ NS_METHOD nsTimerPh::SetupTimer()
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
}
|
||||
#ifdef DEBUG
|
||||
if (mType == NS_TYPE_REPEATING_PRECISE)
|
||||
mType = NS_TYPE_REPEATING_SLACK;
|
||||
#endif
|
||||
|
||||
switch(mType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user