зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1501108 - Removed extra spaces in order to fix eslint failure.
This commit is contained in:
Родитель
165674af4f
Коммит
268db1d41b
|
@ -52,7 +52,7 @@ class GeckoViewNavigation extends GeckoViewModule {
|
|||
this.browser.webNavigation.setOriginAttributesBeforeLoading({
|
||||
geckoViewSessionContextId: this.settings.sessionContextId,
|
||||
privateBrowsingId: PrivateBrowsingUtils.isBrowserPrivate(this.browser)
|
||||
? 1 : 0,
|
||||
? 1 : 0,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче