Jacek Caban : mshtml: Get rid of update_nsdocument call in SetStatus hack.

Alexandre Julliard julliard at winehq.org
Thu Oct 22 10:39:54 CDT 2009


Module: wine
Branch: master
Commit: 5b5528f299b69c329a2ff5568213bee6cfe9e089
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5b5528f299b69c329a2ff5568213bee6cfe9e089

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Oct 21 21:29:01 2009 +0200

mshtml: Get rid of update_nsdocument call in SetStatus hack.

---

 dlls/mshtml/nsembed.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/dlls/mshtml/nsembed.c b/dlls/mshtml/nsembed.c
index 463c4ee..256c09a 100644
--- a/dlls/mshtml/nsembed.c
+++ b/dlls/mshtml/nsembed.c
@@ -958,13 +958,7 @@ static nsresult NSAPI nsWebBrowserChrome_SetStatus(nsIWebBrowserChrome *iface,
         PRUint32 statusType, const PRUnichar *status)
 {
     NSContainer *This = NSWBCHROME_THIS(iface);
-
     TRACE("(%p)->(%d %s)\n", This, statusType, debugstr_w(status));
-
-    /* FIXME: This hack should be removed when we'll load all pages by URLMoniker */
-    if(This->doc)
-        update_nsdocument(This->doc);
-
     return NS_OK;
 }
 




More information about the wine-cvs mailing list