mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Attempt number two...
This commit is contained in:
parent
389d1f7981
commit
11dcf75a5b
@ -39,5 +39,8 @@ void XXXNeverCalled()
|
||||
NS_NewInlineFrame(nsnull, nsnull, f);
|
||||
NS_NewBRFrame(nsnull, nsnull, f);
|
||||
NS_NewWBRFrame(nsnull, nsnull, f);
|
||||
NS_NewHRFrame(nsnull, nsnull, f);
|
||||
NS_NewWBRFrame(nsnull, nsnull, f);
|
||||
NS_NewObjectFrame(nsnull, nsnull, f);
|
||||
NS_NewSpacerFrame(nsnull, nsnull, f);
|
||||
NS_NewHTMLFramesetFrame(nsnull, nsnull, f);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user