mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 569319 typedef caused mangled name mismatch for AddIDTargetObserver r=bz
This commit is contained in:
parent
6560c5519f
commit
b3fe610590
@ -500,6 +500,8 @@ class nsDocument : public nsIDocument,
|
||||
public nsStubMutationObserver
|
||||
{
|
||||
public:
|
||||
typedef mozilla::dom::Element Element;
|
||||
|
||||
NS_DECL_CYCLE_COLLECTING_ISUPPORTS
|
||||
|
||||
using nsINode::GetScriptTypeID;
|
||||
|
Loading…
Reference in New Issue
Block a user