Fix typo in GPUChild::Init. (bug 1289205, r=rhunt)

This commit is contained in:
David Anderson
2016-07-25 23:18:01 -07:00
parent bbaeddfc54
commit 609fa65848

View File

@@ -32,7 +32,7 @@ GPUChild::Init()
nsTArray<GfxPrefSetting> prefs;
for (auto pref : gfxPrefs::all()) {
if (pref->HasDefaultValue()) {
return;
continue;
}
GfxPrefValue value;