Commit c2c8b9e7 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msxml3: Reuse MXAttributes implementation for SAX reader attributes reporting.

parent 6560d881
......@@ -956,7 +956,6 @@ static HRESULT WINAPI contentHandler_putDocumentLocator(
locator = pLocator;
memset(&call, 0, sizeof(call));
init_call_entry(locator, &call);
call.id = CH_PUTDOCUMENTLOCATOR;
add_call(sequences, CONTENT_HANDLER_INDEX, &call);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment