Bug 790521 - Propagate fullscreen state changes across countent boundaries rather than only mozbrowser boundaries. r=jlebar

This commit is contained in:
Chris Pearce 2012-09-13 09:23:42 +12:00
parent 97ac575079
commit 1689c25d0b

View File

@ -8699,7 +8699,7 @@ HasCrossProcessParent(nsIDocument* aDocument)
if (!docShell) {
return false;
}
return docShell->GetIsBrowserElement();
return docShell->GetIsContentBoundary();
}
static bool