Module: wine Branch: master Commit: 64d4efe967a22a81f9562c7e9ef3c3426642d24f URL: http://source.winehq.org/git/wine.git/?a=commit;h=64d4efe967a22a81f9562c7e9e...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Sep 16 22:13:31 2009 +0200
mshtml: Move node list to HTMLDocumentNode.
---
dlls/mshtml/htmlbody.c | 10 +++++----- dlls/mshtml/htmlcomment.c | 2 +- dlls/mshtml/htmlcurstyle.c | 4 ++-- dlls/mshtml/htmldoc.c | 18 +++++++++--------- dlls/mshtml/htmldoc3.c | 8 ++++---- dlls/mshtml/htmldoc5.c | 2 +- dlls/mshtml/htmlelem.c | 16 ++++++++-------- dlls/mshtml/htmlelem2.c | 2 +- dlls/mshtml/htmlelemcol.c | 6 +++--- dlls/mshtml/htmlevent.c | 38 +++++++++++++++++++------------------- dlls/mshtml/htmlevent.h | 6 +++--- dlls/mshtml/htmliframe.c | 4 ++-- dlls/mshtml/htmlnode.c | 16 ++++++++-------- dlls/mshtml/htmloption.c | 6 +++--- dlls/mshtml/htmltextnode.c | 2 +- dlls/mshtml/mshtml_private.h | 22 +++++++++++----------- dlls/mshtml/mutation.c | 2 +- dlls/mshtml/nsembed.c | 2 +- dlls/mshtml/nsevents.c | 4 ++-- dlls/mshtml/txtrange.c | 2 +- 20 files changed, 86 insertions(+), 86 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=64d4efe967a22a81f9562c...