зеркало из https://github.com/mozilla/gecko-dev.git
Fixed duff return code test
This commit is contained in:
Родитель
43cac2bed5
Коммит
7b646008cb
|
@ -89,7 +89,7 @@ void tstDrillerLevel(BrowserInfo *pInfo, IHTMLElementCollection *pCollection, in
|
|||
}
|
||||
|
||||
CIPtr(IDispatch) cpDispColl;
|
||||
cpElem->get_all(&cpDispColl);
|
||||
hr = cpElem->get_all(&cpDispColl);
|
||||
if (hr == S_OK)
|
||||
{
|
||||
CIPtr(IHTMLElementCollection) cpColl = cpDispColl;
|
||||
|
|
Загрузка…
Ссылка в новой задаче