exdisp.idl: Fix a typo in a method name.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ec45ce75b6
commit
5880f5c556
|
@ -486,7 +486,7 @@ dispinterface DWebBrowserEvents2
|
||||||
[in] BSTR bstrWorkerLabel);
|
[in] BSTR bstrWorkerLabel);
|
||||||
|
|
||||||
[id(DISPID_WEBWORKERFINISHED)]
|
[id(DISPID_WEBWORKERFINISHED)]
|
||||||
void WebWorkerFinsihed([in] DWORD dwUniqueID);
|
void WebWorkerFinished([in] DWORD dwUniqueID);
|
||||||
}
|
}
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue