mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 613828 - Intermittent crash [@ nsNodeInfoManager::GetDocument] '/ a11y/accessible/name/test_markup.html | Exited with code 1 during test run', due to an assertion. (other tests affected too), r=fer, sr=neil, a=final+
This commit is contained in:
parent
b085dab3ad
commit
8d2491143c
@ -422,7 +422,7 @@ protected:
|
||||
mRelAttr(aRelAttr), mContent(aContent) { }
|
||||
|
||||
nsIAtom* mRelAttr;
|
||||
nsIContent* mContent;
|
||||
nsCOMPtr<nsIContent> mContent;
|
||||
|
||||
private:
|
||||
AttrRelProvider();
|
||||
|
Loading…
Reference in New Issue
Block a user