зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset a8b0238e34be (bug 1369815)
This commit is contained in:
Родитель
ab95df718f
Коммит
571612717d
|
@ -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
|
||||
);
|
||||
|
|
Загрузка…
Ссылка в новой задаче