mshtml/tests: Fixed tests on win10.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d4d3bacac4
commit
a2c6a2beb6
|
@ -3566,7 +3566,7 @@ static HRESULT WINAPI DocObjectService_IsErrorUrl(
|
|||
LPCWSTR lpszUrl,
|
||||
BOOL *pfIsError)
|
||||
{
|
||||
CHECK_EXPECT(IsErrorUrl);
|
||||
CHECK_EXPECT2(IsErrorUrl);
|
||||
*pfIsError = FALSE;
|
||||
return S_OK;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue