mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 896138 patch 3: Remove forward declaration of struct that hasn't been in this class since changeset e0df6dfdaaca (Bug 479655 part 3). r=heycam
This commit is contained in:
parent
67d46003ba
commit
353bd7c399
@ -68,9 +68,6 @@ public:
|
||||
NS_ASSERTION(mUpdateCount == 0, "Dying in the middle of our own update?");
|
||||
}
|
||||
|
||||
struct RestyleData;
|
||||
friend struct RestyleData;
|
||||
|
||||
// get the alternate text for a content node
|
||||
static void GetAlternateTextFor(nsIContent* aContent,
|
||||
nsIAtom* aTag, // content object's tag
|
||||
|
Loading…
Reference in New Issue
Block a user