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:
Alexander Surkov 2010-11-22 19:49:15 +08:00
parent b085dab3ad
commit 8d2491143c

View File

@ -422,7 +422,7 @@ protected:
mRelAttr(aRelAttr), mContent(aContent) { }
nsIAtom* mRelAttr;
nsIContent* mContent;
nsCOMPtr<nsIContent> mContent;
private:
AttrRelProvider();