fixing build bustage...

git-svn-id: svn://10.0.0.236/trunk@132056 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2002-10-16 02:50:06 +00:00
parent 852a2e2dfc
commit d2e663d620

View File

@@ -4129,7 +4129,7 @@ HTMLContentSink::DidProcessAToken(void)
// Set the performance hint to prevent event starvation when
// dispatching PLEvents. This improves application responsiveness
// during page loads.
PL_FavorPerformanceHint(FALSE, 0);
PL_FavorPerformanceHint(PR_FALSE, 0);
}
} else {
@@ -4139,7 +4139,7 @@ HTMLContentSink::DidProcessAToken(void)
// to favor overall page load speed over responsiveness.
mFlags &= ~NS_SINK_FLAG_DYNAMIC_LOWER_VALUE;
// Reset the hint that to favoring performance for PLEvent dispatch.
PL_FavorPerformanceHint(TRUE, 0);
PL_FavorPerformanceHint(PR_TRUE, 0);
}
}