зеркало из https://github.com/mozilla/gecko-dev.git
Compiler warning.
This commit is contained in:
Родитель
458f62b47f
Коммит
24631a4fd4
|
@ -2517,7 +2517,7 @@ WLLT_Prefill(nsIPresShell* shell, nsString url, PRBool quick) {
|
|||
wallet_Initialize();
|
||||
wallet_InitializeCurrentURL(doc);
|
||||
nsIDOMHTMLDocument* htmldoc = nsnull;
|
||||
nsresult result = doc->QueryInterface(kIDOMHTMLDocumentIID, (void**)&htmldoc);
|
||||
result = doc->QueryInterface(kIDOMHTMLDocumentIID, (void**)&htmldoc);
|
||||
if ((NS_SUCCEEDED(result)) && (nsnull != htmldoc)) {
|
||||
nsIDOMHTMLCollection* forms = nsnull;
|
||||
htmldoc->GetForms(&forms);
|
||||
|
|
Загрузка…
Ссылка в новой задаче