From: Jacek Caban jacek@codeweavers.com
--- dlls/mshtml/htmltable.c | 15 --------------- 1 file changed, 15 deletions(-)
diff --git a/dlls/mshtml/htmltable.c b/dlls/mshtml/htmltable.c index e1431dddebb..85d1858fed7 100644 --- a/dlls/mshtml/htmltable.c +++ b/dlls/mshtml/htmltable.c @@ -441,11 +441,6 @@ static const IHTMLTableCellVtbl HTMLTableCellVtbl = { HTMLTableCell_get_cellIndex };
-static inline HTMLTableCell *HTMLTableCell_from_HTMLDOMNode(HTMLDOMNode *iface) -{ - return CONTAINING_RECORD(iface, HTMLTableCell, element.node); -} - static inline HTMLTableCell *HTMLTableCell_from_DispatchEx(DispatchEx *iface) { return CONTAINING_RECORD(iface, HTMLTableCell, element.node.event_target.dispex); @@ -871,11 +866,6 @@ static const IHTMLTableRowVtbl HTMLTableRowVtbl = { HTMLTableRow_deleteCell };
-static inline HTMLTableRow *HTMLTableRow_from_HTMLDOMNode(HTMLDOMNode *iface) -{ - return CONTAINING_RECORD(iface, HTMLTableRow, element.node); -} - static inline HTMLTableRow *HTMLTableRow_from_DispatchEx(DispatchEx *iface) { return CONTAINING_RECORD(iface, HTMLTableRow, element.node.event_target.dispex); @@ -1875,11 +1865,6 @@ static const IHTMLTable3Vtbl HTMLTable3Vtbl = { HTMLTable3_get_summary };
-static inline HTMLTable *impl_from_HTMLDOMNode(HTMLDOMNode *iface) -{ - return CONTAINING_RECORD(iface, HTMLTable, element.node); -} - static inline HTMLTable *impl_from_DispatchEx(DispatchEx *iface) { return CONTAINING_RECORD(iface, HTMLTable, element.node.event_target.dispex);
Hi,
It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated.
The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details:
The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=137734
Your paranoid android.
=== debian11b (64 bit WoW report) ===
dmime: dmime.c:2298: Test failed: got 266