Hi Nikolay,

On 01/18/12 23:18, Nikolay Sivov wrote:
> Respond to SID_SContainerDispatch service id

 
+    if(IsEqualGUID(&SID_SContainerDispatch, guidService)) {
+        TRACE("SID_SContainerDispatch\n");
+        return IHTMLDocument2_QueryInterface(&This->IHTMLDocument2_iface, 
riid, ppv);
+    }


Your test suggests that it's a wrong object to return. It may be acceptable if 
native returns this object as well, with just wrapped interface, but we need 
test for it.

Jacek




Reply via email to