Hi Indrek,

On 08/09/15 09:09, Indrek Altpere wrote:
+    if(!nsframes) {
+        WARN("nsIDOMWindow_GetFrames returned NULL nsframes: %p\n", This->nswindow);
+        return E_FAIL;

The patch looks mostly good, but I think we should return DISP_E_MEMBERNOTFOUND in this case.

Thanks,
Jacek