Bug 1396398 - Fix comment for MAGIC_NUMBER. r=Yoric

This commit is contained in:
Tooru Fujisawa 2017-09-20 18:43:01 +09:00
parent 3af55cf214
commit 008437c43d

View File

@ -25,7 +25,7 @@ if (typeof Components != "undefined") {
throw new Error("Please load this module with Component.utils.import or with require()");
}
const MAGIC_NUMBER = new Uint8Array([109, 111, 122, 76, 122, 52, 48, 0]); // "mozLz4a\0"
const MAGIC_NUMBER = new Uint8Array([109, 111, 122, 76, 122, 52, 48, 0]); // "mozLz40\0"
const BYTES_IN_SIZE_HEADER = ctypes.uint32_t.size;