Commit 9cb3bf1e authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

include: Fix a typo in IHTMLSelection interface.

parent c89dc58d
......@@ -9772,7 +9772,7 @@ interface IHTMLSelection : IDispatch
[id(DISPID_IHTMLSELECTION_COLLAPSE)]
HRESULT collapse(
[in] IDispatch *parentNode,
[in] long offfset);
[in] long offset);
[id(DISPID_IHTMLSELECTION_COLLAPSETOSTART)]
HRESULT collapseToStart();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment