Module: wine Branch: master Commit: e5214b24bbb6968c02db88f9f7d236747c630063 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e5214b24bbb6968c02db88f9f7...
Author: Michael Stefaniuc mstefani@redhat.de Date: Mon Jan 3 01:01:38 2011 +0100
mshtml: Use ifaces instead of vtbl pointers in HTMLDocumentNode.
---
dlls/mshtml/htmldoc.c | 2 +- dlls/mshtml/mshtml_private.h | 12 ++------- dlls/mshtml/mutation.c | 52 ++++++++++++++++++++++------------------- dlls/mshtml/npplugin.c | 4 +- dlls/mshtml/pluginhost.c | 4 +- dlls/mshtml/script.c | 3 +- dlls/mshtml/secmgr.c | 21 +++++++++-------- 7 files changed, 49 insertions(+), 49 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e5214b24bbb6968c02db88...