Module: wine Branch: master Commit: f351dc5e7401a7cfa30ea3f5a966865df8bf4758 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f351dc5e7401a7cfa30ea3f5a9...
Author: Jacek Caban jacek@codeweavers.com Date: Sun Nov 14 14:41:39 2010 +0100
mshtml: Moved cloneNode implementation to vtbl.
---
dlls/mshtml/htmlanchor.c | 3 ++- dlls/mshtml/htmlbody.c | 1 + dlls/mshtml/htmlcomment.c | 3 ++- dlls/mshtml/htmldoc.c | 10 +++++++++- dlls/mshtml/htmlelem.c | 15 ++++++++++++++- dlls/mshtml/htmlembed.c | 3 ++- dlls/mshtml/htmlform.c | 1 + dlls/mshtml/htmlframe.c | 1 + dlls/mshtml/htmlgeneric.c | 3 ++- dlls/mshtml/htmliframe.c | 1 + dlls/mshtml/htmlimg.c | 1 + dlls/mshtml/htmlinput.c | 1 + dlls/mshtml/htmlnode.c | 22 +++++++++++++++++----- dlls/mshtml/htmlobject.c | 3 ++- dlls/mshtml/htmloption.c | 3 ++- dlls/mshtml/htmlscript.c | 1 + dlls/mshtml/htmlselect.c | 1 + dlls/mshtml/htmlstyleelem.c | 3 ++- dlls/mshtml/htmltable.c | 3 ++- dlls/mshtml/htmltablerow.c | 3 ++- dlls/mshtml/htmltextarea.c | 1 + dlls/mshtml/htmltextnode.c | 12 +++++++++++- dlls/mshtml/mshtml_private.h | 2 ++ 23 files changed, 80 insertions(+), 17 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f351dc5e7401a7cfa30ea3...