Backed out changeset aa631f68a4fe (bug 972099) for causing intermittent Win8 PGO reftest crashes.

This commit is contained in:
Ryan VanderMeulen 2014-02-19 11:37:25 -05:00
parent ac651bcf27
commit 620a57d8a7

View File

@ -170,9 +170,6 @@ class RefTest(object):
sys.exit(1)
prefs[thispref[0]] = mozprofile.Preferences.cast(thispref[1].strip())
# We need to set this here, see bug 972099
prefs['gfx.color_management.force_srgb'] = True
# install the reftest extension bits into the profile
addons = []
addons.append(os.path.join(SCRIPT_DIRECTORY, "reftest"))