Francois Gouget : mshtml: Make set_frame_doc() static.

Alexandre Julliard julliard at winehq.org
Fri Apr 20 17:55:42 CDT 2018


Module: wine
Branch: master
Commit: 4121ac052bea1e226798101aefc6f584eec7a3d6
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4121ac052bea1e226798101aefc6f584eec7a3d6

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Apr 18 03:25:10 2018 +0200

mshtml: Make set_frame_doc() static.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mshtml/htmlframe.c      | 2 +-
 dlls/mshtml/mshtml_private.h | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/dlls/mshtml/htmlframe.c b/dlls/mshtml/htmlframe.c
index e4a7a61..17a78e5 100644
--- a/dlls/mshtml/htmlframe.c
+++ b/dlls/mshtml/htmlframe.c
@@ -39,7 +39,7 @@ static const WCHAR yesW[] = {'y','e','s',0};
 static const WCHAR noW[] = {'n','o',0};
 static const WCHAR pxW[] = {'p','x',0};
 
-HRESULT set_frame_doc(HTMLFrameBase *frame, nsIDOMDocument *nsdoc)
+static HRESULT set_frame_doc(HTMLFrameBase *frame, nsIDOMDocument *nsdoc)
 {
     mozIDOMWindowProxy *mozwindow;
     HTMLOuterWindow *window;
diff --git a/dlls/mshtml/mshtml_private.h b/dlls/mshtml/mshtml_private.h
index ff52dae..0a4dfba 100644
--- a/dlls/mshtml/mshtml_private.h
+++ b/dlls/mshtml/mshtml_private.h
@@ -922,8 +922,6 @@ void init_node_cc(void) DECLSPEC_HIDDEN;
 
 HRESULT nsuri_to_url(LPCWSTR,BOOL,BSTR*) DECLSPEC_HIDDEN;
 
-HRESULT set_frame_doc(HTMLFrameBase*,nsIDOMDocument*) DECLSPEC_HIDDEN;
-
 void call_property_onchanged(ConnectionPointContainer*,DISPID) DECLSPEC_HIDDEN;
 HRESULT call_set_active_object(IOleInPlaceUIWindow*,IOleInPlaceActiveObject*) DECLSPEC_HIDDEN;
 




More information about the wine-cvs mailing list