fix for bug #399367: unknown place: url query keys can cause problems
r=dietrich, a=blocks a bug that has blocking-firefox3-+
This commit is contained in:
Родитель
ececbd169d
Коммит
753d2094fe
|
@ -738,8 +738,8 @@ nsNavHistory::TokensToQueries(const nsTArray<QueryKeyValuePair>& aTokens,
|
|||
&nsINavHistoryQueryOptions::SetQueryType);
|
||||
// unknown key
|
||||
} else {
|
||||
aQueries->Clear();
|
||||
return NS_ERROR_INVALID_ARG;
|
||||
NS_WARNING("TokensToQueries(), ignoring unknown key: ");
|
||||
NS_WARNING(kvp.key.get());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче