No bug - Remove incorrect comment from TabGroupOuter(), r=ehsan

MozReview-Commit-ID: 7b9fhmAihTc
This commit is contained in:
Michael Layzell 2016-11-17 17:27:36 -05:00
Родитель a3c8b4f27c
Коммит 0b34568ead
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -14832,7 +14832,6 @@ nsGlobalWindow::TabGroupOuter()
{
MOZ_RELEASE_ASSERT(IsOuterWindow());
// This method is valid both on inner and outer windows, which is a
// Outer windows lazily join TabGroups when requested. This is usually done
// because a document is getting its NodePrincipal, and asking for the
// TabGroup to determine its DocGroup.