making string conversions explicit
git-svn-id: svn://10.0.0.236/trunk@65022 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -107,7 +107,7 @@ NS_NewHTMLNullSink(nsIContentSink** aInstancePtrResult)
|
||||
* @param
|
||||
* @return
|
||||
*/
|
||||
nsHTMLNullSink::nsHTMLNullSink() : nsIHTMLContentSink(), mTitle("") {
|
||||
nsHTMLNullSink::nsHTMLNullSink() : nsIHTMLContentSink() {
|
||||
NS_INIT_REFCNT();
|
||||
mNodeStackPos=0;
|
||||
memset(mNodeStack,0,sizeof(mNodeStack));
|
||||
|
||||
Reference in New Issue
Block a user