mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
merge m-c to devtools, fix bustage
This commit is contained in:
commit
f64f52bb9c
@ -107,7 +107,7 @@ nsProgressFrame::DestroyFrom(nsIFrame* aDestructRoot)
|
||||
}
|
||||
|
||||
nsresult
|
||||
nsProgressFrame::CreateAnonymousContent(nsTArray<nsIContent*>& aElements)
|
||||
nsProgressFrame::CreateAnonymousContent(nsTArray<ContentInfo>& aElements)
|
||||
{
|
||||
// Get the NodeInfoManager and tag necessary to create the progress bar div.
|
||||
nsCOMPtr<nsIDocument> doc = mContent->GetDocument();
|
||||
|
@ -73,7 +73,7 @@ public:
|
||||
virtual PRBool IsLeaf() const { return PR_TRUE; }
|
||||
|
||||
// nsIAnonymousContentCreator
|
||||
virtual nsresult CreateAnonymousContent(nsTArray<nsIContent*>& aElements);
|
||||
virtual nsresult CreateAnonymousContent(nsTArray<ContentInfo>& aElements);
|
||||
virtual void AppendAnonymousContentTo(nsBaseContentList& aElements,
|
||||
PRUint32 aFilter);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user