зеркало из https://github.com/mozilla/pjs.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:
Родитель
dcf43ff0cd
Коммит
2334ce4270
|
@ -1165,7 +1165,7 @@
|
||||||
|
|
||||||
if (aPostData === undefined)
|
if (aPostData === undefined)
|
||||||
aPostData = null;
|
aPostData = null;
|
||||||
b.loadURIWithFlags(aURI, nsIWebNavigation.LOAD_FLAGS_NONE,
|
b.loadURIWithFlags(aURI, Components.interfaces.nsIWebNavigation.LOAD_FLAGS_NONE,
|
||||||
aReferrerURI, aCharset, aPostData);
|
aReferrerURI, aCharset, aPostData);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче