Bug 1538538 - Minor tweak for consistency. r=dthayer

This has no functional effect but makes it consistent with other similar
sites.

Depends on D24650

Differential Revision: https://phabricator.services.mozilla.com/D24651

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kartikaya Gupta 2019-03-24 20:52:46 +00:00
Родитель be36538530
Коммит 6b4891ea03
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -189,7 +189,7 @@ class MOZ_STACK_CLASS WebRenderScrollDataWrapper {
if (!layerIndex) {
// It's possible that there's no wrapper root. In that case there are
// no descendants
return WebRenderScrollDataWrapper(*mUpdater, mWrRootId);
return WebRenderScrollDataWrapper(*mUpdater, newWrRootId);
}
return WebRenderScrollDataWrapper(mUpdater, newWrRootId, childData,
*layerIndex,