mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix bustage from bug 824907 on a CLOSED TREE.
--HG-- extra : rebase_source : 0b74574fdaf08be7428aa46de1e0f8c213131e11
This commit is contained in:
parent
f29f325d1a
commit
d3e4028419
@ -25,7 +25,7 @@ public:
|
||||
HTMLTableElement(already_AddRefed<nsINodeInfo> aNodeInfo);
|
||||
virtual ~HTMLTableElement();
|
||||
|
||||
NS_IMPL_FROMCONTENT_HTML_WITH_TAG(HTMLTableElement, nsGkAtoms::table)
|
||||
NS_IMPL_FROMCONTENT_HTML_WITH_TAG(HTMLTableElement, table)
|
||||
|
||||
// nsISupports
|
||||
NS_DECL_ISUPPORTS_INHERITED
|
||||
|
@ -24,7 +24,7 @@ public:
|
||||
SetIsDOMBinding();
|
||||
}
|
||||
|
||||
NS_IMPL_FROMCONTENT_HTML_WITH_TAG(HTMLTableRowElement, nsGkAtoms::tr)
|
||||
NS_IMPL_FROMCONTENT_HTML_WITH_TAG(HTMLTableRowElement, tr)
|
||||
|
||||
// nsISupports
|
||||
NS_DECL_ISUPPORTS_INHERITED
|
||||
|
Loading…
Reference in New Issue
Block a user