mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-10-30 15:58:03 +02:00
Added NS_NewHTMLBR
This commit is contained in:
parent
3bd969a253
commit
1969308ef9
2 changed files with 2 additions and 0 deletions
|
|
@ -200,6 +200,7 @@ NS_NewHTMLFrameset(nsIHTMLContent** aInstancePtrResult,
|
|||
|
||||
// New content objects
|
||||
nsresult NS_NewHTMLAnchor(nsIHTMLContent** aInstancePtrResult, nsIAtom* aTag);
|
||||
nsresult NS_NewHTMLBR(nsIHTMLContent** aInstancePtrResult, nsIAtom* aTag);
|
||||
nsresult NS_NewHTMLHR(nsIHTMLContent** aInstancePtrResult, nsIAtom* aTag);
|
||||
|
||||
#endif /* nsHTMLParts_h___ */
|
||||
|
|
|
|||
|
|
@ -200,6 +200,7 @@ NS_NewHTMLFrameset(nsIHTMLContent** aInstancePtrResult,
|
|||
|
||||
// New content objects
|
||||
nsresult NS_NewHTMLAnchor(nsIHTMLContent** aInstancePtrResult, nsIAtom* aTag);
|
||||
nsresult NS_NewHTMLBR(nsIHTMLContent** aInstancePtrResult, nsIAtom* aTag);
|
||||
nsresult NS_NewHTMLHR(nsIHTMLContent** aInstancePtrResult, nsIAtom* aTag);
|
||||
|
||||
#endif /* nsHTMLParts_h___ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue