Backed out changeset 88e21b727815 (bug 903653)

This commit is contained in:
Wes Kocher 2013-08-14 17:47:16 -07:00
parent 1370a8ed5f
commit 9eb7a41199

View File

@ -11,7 +11,7 @@ const Cu = Components.utils;
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
const XHTML_NS = "http://www.w3.org/1999/xhtml";
const MAXIMUM_PIXELS = Math.pow(144, 2);
const MAXIMUM_PIXELS = Math.pow(128, 2);
function ColorAnalyzer() {
// a queue of callbacks for each job we give to the worker