From 8a929464d6dbe69d082faa614f2c1f2c72348118 Mon Sep 17 00:00:00 2001 From: rickg Date: Sat, 25 Apr 1998 19:46:11 +0000 Subject: [PATCH] update git-svn-id: svn://10.0.0.236/trunk@671 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/document/src/nsHTMLContentSink.cpp | 6 +++--- mozilla/layout/html/document/src/nsHTMLContentSink.cpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mozilla/content/html/document/src/nsHTMLContentSink.cpp b/mozilla/content/html/document/src/nsHTMLContentSink.cpp index 9b6d314876e..18fb9968207 100644 --- a/mozilla/content/html/document/src/nsHTMLContentSink.cpp +++ b/mozilla/content/html/document/src/nsHTMLContentSink.cpp @@ -287,7 +287,7 @@ PRBool HTMLContentSink::CloseHTML(const nsIParserNode& aNode) } NS_IF_RELEASE(mCurrentForm); - return PR_TRUE; + return PR_TRUE; } PRBool HTMLContentSink::OpenHead(const nsIParserNode& aNode) @@ -702,7 +702,7 @@ PRBool HTMLContentSink::AddLeaf(const nsIParserNode& aNode) eHTMLTags parentType; nsIHTMLContent* parent = GetCurrentContainer(&parentType); - switch (parentType) { +/* switch (parentType) { case eHTMLTag_table: case eHTMLTag_tr: case eHTMLTag_tbody: @@ -723,7 +723,7 @@ PRBool HTMLContentSink::AddLeaf(const nsIParserNode& aNode) } break; } - +*/ nsresult rv = NS_OK; nsIHTMLContent* leaf = nsnull; switch (aNode.GetTokenType()) { diff --git a/mozilla/layout/html/document/src/nsHTMLContentSink.cpp b/mozilla/layout/html/document/src/nsHTMLContentSink.cpp index 9b6d314876e..18fb9968207 100644 --- a/mozilla/layout/html/document/src/nsHTMLContentSink.cpp +++ b/mozilla/layout/html/document/src/nsHTMLContentSink.cpp @@ -287,7 +287,7 @@ PRBool HTMLContentSink::CloseHTML(const nsIParserNode& aNode) } NS_IF_RELEASE(mCurrentForm); - return PR_TRUE; + return PR_TRUE; } PRBool HTMLContentSink::OpenHead(const nsIParserNode& aNode) @@ -702,7 +702,7 @@ PRBool HTMLContentSink::AddLeaf(const nsIParserNode& aNode) eHTMLTags parentType; nsIHTMLContent* parent = GetCurrentContainer(&parentType); - switch (parentType) { +/* switch (parentType) { case eHTMLTag_table: case eHTMLTag_tr: case eHTMLTag_tbody: @@ -723,7 +723,7 @@ PRBool HTMLContentSink::AddLeaf(const nsIParserNode& aNode) } break; } - +*/ nsresult rv = NS_OK; nsIHTMLContent* leaf = nsnull; switch (aNode.GetTokenType()) {