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
2019-01-02 13:29:18 +00:00
parent 8f1c10f60e
commit a4c053befe
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;
}