[PATCH 4/4] mshtml: Added support for target attribute in submit function implementation.

Qian Hong fracting at gmail.com
Thu Mar 13 08:35:41 CDT 2014


Hi Jacek,

+
+    hres = get_frame_by_name(top_window, target, TRUE, &ret_window);
+    if(FAILED(hres) || !window) {
+        *use_new_window = TRUE;
+       return NULL;
+    }

Is there a typo here? Is "!window" suppose to be "!ret_window"?

Thanks for the work!



More information about the wine-devel mailing list