diff --git a/mozilla/content/html/document/src/nsHTMLContentSink.cpp b/mozilla/content/html/document/src/nsHTMLContentSink.cpp index 9cc202dd573..d2678ad3f2e 100644 --- a/mozilla/content/html/document/src/nsHTMLContentSink.cpp +++ b/mozilla/content/html/document/src/nsHTMLContentSink.cpp @@ -1003,9 +1003,7 @@ NS_IMETHODIMP HTMLContentSink::AddLeaf(const nsIParserNode& aNode) // XXX SCRIPT tag evaluation is currently turned off till we // get more scripts working. FlushText(); -#if 0 ProcessSCRIPTTag(aNode); -#endif return NS_OK; case eHTMLTag_area: diff --git a/mozilla/layout/html/document/src/nsHTMLContentSink.cpp b/mozilla/layout/html/document/src/nsHTMLContentSink.cpp index 9cc202dd573..d2678ad3f2e 100644 --- a/mozilla/layout/html/document/src/nsHTMLContentSink.cpp +++ b/mozilla/layout/html/document/src/nsHTMLContentSink.cpp @@ -1003,9 +1003,7 @@ NS_IMETHODIMP HTMLContentSink::AddLeaf(const nsIParserNode& aNode) // XXX SCRIPT tag evaluation is currently turned off till we // get more scripts working. FlushText(); -#if 0 ProcessSCRIPTTag(aNode); -#endif return NS_OK; case eHTMLTag_area: