Bug 1353867 - Add cross-process proxies for WindowProxy. r=bzbarsky

Differential Revision: https://phabricator.services.mozilla.com/D12656
This commit is contained in:
Peter Van der Beken
2018-12-31 12:44:07 +00:00
parent 87665ff3e8
commit ead1ccad52
38 changed files with 1513 additions and 189 deletions

View File

@@ -2309,7 +2309,7 @@ nsDocShell::NotifyScrollObservers() {
NS_IMETHODIMP
nsDocShell::GetName(nsAString& aName) {
mBrowsingContext->GetName(aName);
aName = mBrowsingContext->Name();
return NS_OK;
}