зеркало из https://github.com/mozilla/gecko-dev.git
Fix typo in GPUChild::Init. (bug 1289205, r=rhunt)
This commit is contained in:
Родитель
4f4b4cb007
Коммит
438a11aa5a
|
@ -32,7 +32,7 @@ GPUChild::Init()
|
|||
nsTArray<GfxPrefSetting> prefs;
|
||||
for (auto pref : gfxPrefs::all()) {
|
||||
if (pref->HasDefaultValue()) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
GfxPrefValue value;
|
||||
|
|
Загрузка…
Ссылка в новой задаче