mshtml: Get rid of no longer needed document argument in get_node.
commit69af9a4c9d82a4ea9ffe36ccc3ed10dcbda01138
authorJacek Caban <jacek@codeweavers.com>
Mon, 19 Feb 2018 13:49:07 +0000 (19 14:49 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 19 Feb 2018 15:57:53 +0000 (19 16:57 +0100)
tree6097430b23f786d769ba6a5e3a08b78a35bdab25
parent7586334008364935ac3c8cc2699474cf7e859ccc
mshtml: Get rid of no longer needed document argument in get_node.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
18 files changed:
dlls/mshtml/htmldoc.c
dlls/mshtml/htmlelem.c
dlls/mshtml/htmlelemcol.c
dlls/mshtml/htmlevent.c
dlls/mshtml/htmlform.c
dlls/mshtml/htmlinput.c
dlls/mshtml/htmlnode.c
dlls/mshtml/htmloption.c
dlls/mshtml/htmlscript.c
dlls/mshtml/htmlselect.c
dlls/mshtml/htmltextarea.c
dlls/mshtml/htmltextnode.c
dlls/mshtml/mshtml_private.h
dlls/mshtml/mutation.c
dlls/mshtml/npplugin.c
dlls/mshtml/nsembed.c
dlls/mshtml/nsevents.c
dlls/mshtml/txtrange.c