зеркало из https://github.com/mozilla/gecko-dev.git
Bug 324913: tabbrowser.xml depends on a constant defined in browser.js (nsIWebNavigation), patch by Mook <mook.moz@gmail.com>, r=mconnor
This commit is contained in:
Родитель
21116c4e55
Коммит
4927e51067
|
@ -1165,7 +1165,7 @@
|
|||
|
||||
if (aPostData === undefined)
|
||||
aPostData = null;
|
||||
b.loadURIWithFlags(aURI, nsIWebNavigation.LOAD_FLAGS_NONE,
|
||||
b.loadURIWithFlags(aURI, Components.interfaces.nsIWebNavigation.LOAD_FLAGS_NONE,
|
||||
aReferrerURI, aCharset, aPostData);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче