mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Attempt number three...
This commit is contained in:
parent
11dcf75a5b
commit
6b216f1161
@ -39,8 +39,9 @@ void XXXNeverCalled()
|
||||
NS_NewInlineFrame(nsnull, nsnull, f);
|
||||
NS_NewBRFrame(nsnull, nsnull, f);
|
||||
NS_NewWBRFrame(nsnull, nsnull, f);
|
||||
NS_NewWBRFrame(nsnull, nsnull, f);
|
||||
NS_NewHRFrame(nsnull, nsnull, f);
|
||||
NS_NewObjectFrame(nsnull, nsnull, f);
|
||||
NS_NewSpacerFrame(nsnull, nsnull, f);
|
||||
NS_NewHTMLFramesetFrame(nsnull, nsnull, f);
|
||||
NS_NewHTMLFrame(nsnull, nsnull, f);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user