msxml3: Actually use skipped entity event data.

This commit is contained in:
Nikolay Sivov 2012-11-28 12:54:24 -05:00 committed by Alexandre Julliard
parent 818917a09e
commit 21be19a1dc
1 changed files with 1 additions and 0 deletions

View File

@ -1191,6 +1191,7 @@ static HRESULT WINAPI contentHandler_skippedEntity(
init_call_entry(locator, &call);
call.id = CH_SKIPPEDENTITY;
call.arg1W = SysAllocStringLen(name, len);
add_call(sequences, CONTENT_HANDLER_INDEX, &call);
return get_expected_ret();
}