Fixing build bustage by backing out part of my last change.
git-svn-id: svn://10.0.0.236/trunk@205005 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a6e38fcb19
commit
f44d5f241d
@ -3241,7 +3241,7 @@ MaxScriptRunTimePrefChangedCallback(const char *aPrefName, void *aClosure)
|
||||
PRTime t;
|
||||
if (time <= 0) {
|
||||
// Let scripts run for a really, really long time.
|
||||
t = 0x4000000000000000LL;
|
||||
t = LL_INIT(0x40000000, 0);
|
||||
} else {
|
||||
t = time * PR_USEC_PER_SEC;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user