зеркало из https://github.com/mozilla/pjs.git
Fix bug # 58428: first round search file update fix. r=gagan sr=waterson
This commit is contained in:
Родитель
2675381a35
Коммит
e87bd2bf4e
|
@ -3210,6 +3210,10 @@ InternetSearchDataSource::updateAtom(nsIRDFDataSource *db, nsIRDFResource *src,
|
|||
else
|
||||
{
|
||||
rv = db->Assert(src, prop, newValue, PR_TRUE);
|
||||
if (dirtyFlag != nsnull)
|
||||
{
|
||||
*dirtyFlag = PR_TRUE;
|
||||
}
|
||||
}
|
||||
return(rv);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче