Bug 1537667. Remove stray semicolon.

This commit is contained in:
Timothy Nikkel 2019-03-29 20:03:19 -05:00
Родитель a16538cfd6
Коммит 184b2aebbf
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -464,7 +464,6 @@ bool nsLayoutUtils::IsAnimationLoggingEnabled() {
bool nsLayoutUtils::AreRetainedDisplayListsEnabled() {
#ifdef MOZ_WIDGET_ANDROID
return gfxPrefs::LayoutRetainDisplayList();
;
#else
if (XRE_IsContentProcess()) {
return gfxPrefs::LayoutRetainDisplayList();