Bug 1578304 - Correctly set content title from onLocationChange event r=Ehsan

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Barret Rennie 2019-10-07 19:13:23 +00:00
parent 4ea78cccf5
commit b5bed15ba0

View File

@ -1576,7 +1576,7 @@
this._remoteWebNavigationImpl._currentURI = aLocation; this._remoteWebNavigationImpl._currentURI = aLocation;
this._documentURI = aDocumentURI; this._documentURI = aDocumentURI;
this._contentTile = aTitle; this._contentTitle = aTitle;
this._imageDocument = null; this._imageDocument = null;
this._contentPrincipal = aContentPrincipal; this._contentPrincipal = aContentPrincipal;
this._contentStoragePrincipal = aContentStoragePrincipal; this._contentStoragePrincipal = aContentStoragePrincipal;