Bug 829568 - part 1 followup - correct a little typo in a comment r=me DONTBUILD

This commit is contained in:
Tim Taubert 2013-02-25 22:40:41 +01:00
parent 6b8576cba1
commit f680438fbc

View File

@ -3661,7 +3661,7 @@ let SessionStoreInternal = {
}
// Don't save invalid states.
// Looks we currently have private windows, only.
// Looks like we currently have private windows, only.
if (oState.windows.length == 0) {
TelemetryStopwatch.cancel("FX_SESSION_RESTORE_COLLECT_DATA_MS");
TelemetryStopwatch.cancel("FX_SESSION_RESTORE_COLLECT_DATA_LONGEST_OP_MS");