Bug 793076 (part 1) - Remove unnecessary |cx| parameters. r=jwalden.

This commit is contained in:
Nicholas Nethercote
2012-09-20 21:41:49 -07:00
parent 8e971dbb47
commit 23ab1e42a2
12 changed files with 45 additions and 46 deletions

View File

@@ -638,7 +638,7 @@ DSTOffsetCache::computeDSTOffsetMilliseconds(int64_t localTimeSeconds)
}
int64_t
DSTOffsetCache::getDSTOffsetMilliseconds(int64_t localTimeMilliseconds, JSContext *cx)
DSTOffsetCache::getDSTOffsetMilliseconds(int64_t localTimeMilliseconds)
{
sanityCheck();