mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Fixed duff return code test
This commit is contained in:
parent
43cac2bed5
commit
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;
|
||||
|
Loading…
Reference in New Issue
Block a user