Backed out 2 changesets (bug 1312041) for mass failures a=backout

Backed out changeset c4f42d7d5453 (bug 1312041)
Backed out changeset 9bfbc8480d43 (bug 1312041)
This commit is contained in:
Wes Kocher
2016-11-01 10:30:45 -07:00
parent 587fcd1135
commit 20d9f9713d
95 changed files with 116 additions and 123 deletions

View File

@@ -5,7 +5,7 @@
const { LocalizationHelper } = require("devtools/shared/l10n");
const l10n = new LocalizationHelper("devtools/client/locales/components.properties");
const l10n = new LocalizationHelper("devtools/locale/components.properties");
const UNKNOWN_SOURCE_STRING = l10n.getStr("frame.unknownSource");
// Character codes used in various parsing helper functions.