Bug 1234755: Follow-up: Fix additional failures. r=trivial

This commit is contained in:
Kris Maglione
2015-12-31 16:17:00 -08:00
parent 91b4295e50
commit e4fa87d44c
3 changed files with 7 additions and 6 deletions

View File

@@ -44,7 +44,6 @@ global.IconDetails = {
// an ImageData property. But Schema.jsm doesn't normalize
// actual ImageData objects, so they will come from a global
// with the right property.
let global = Cu.getGlobalForObject(imageData);
if (instanceOf(imageData, "ImageData")) {
imageData = {"19": imageData};
}