Backed out changeset a8b0238e34be (bug 1369815)

This commit is contained in:
Sebastian Hengst 2017-08-15 18:29:05 +02:00
Родитель ab95df718f
Коммит 571612717d
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -52,7 +52,7 @@ class GeckoViewSettings extends GeckoViewModule {
this._isSafeBrowsingInit = true;
}
if (aUse != this._useTrackingProtection) {
this.messageManager.loadFrameScript("data:," +
this.messageManager.loadFrameScript('data:,' +
`docShell.useTrackingProtection = ${aUse}`,
true
);
@ -93,7 +93,7 @@ class GeckoViewSettings extends GeckoViewModule {
.getInterface(Ci.nsIDocShell)
.displayMode = aMode;
} else {
this.messageManager.loadFrameScript("data:," +
this.messageManager.loadFrameScript('data:,' +
`docShell.displayMode = ${aMode}`,
true
);