mshtml: Make set_frame_doc() static.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
5d26d0b2c8
commit
4121ac052b
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue