Bug 793076 (part 1) - Remove unnecessary |cx| parameters. r=jwalden.
This commit is contained in:
@@ -638,7 +638,7 @@ DSTOffsetCache::computeDSTOffsetMilliseconds(int64_t localTimeSeconds)
|
||||
}
|
||||
|
||||
int64_t
|
||||
DSTOffsetCache::getDSTOffsetMilliseconds(int64_t localTimeMilliseconds, JSContext *cx)
|
||||
DSTOffsetCache::getDSTOffsetMilliseconds(int64_t localTimeMilliseconds)
|
||||
{
|
||||
sanityCheck();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user