Fix typo in GPUChild::Init. (bug 1289205, r=rhunt)
This commit is contained in:
@@ -32,7 +32,7 @@ GPUChild::Init()
|
||||
nsTArray<GfxPrefSetting> prefs;
|
||||
for (auto pref : gfxPrefs::all()) {
|
||||
if (pref->HasDefaultValue()) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
GfxPrefValue value;
|
||||
|
||||
Reference in New Issue
Block a user