diff --git a/mozilla/content/html/document/src/nsHTMLDocument.cpp b/mozilla/content/html/document/src/nsHTMLDocument.cpp index 5178e1c209a..a3ba894fd90 100644 --- a/mozilla/content/html/document/src/nsHTMLDocument.cpp +++ b/mozilla/content/html/document/src/nsHTMLDocument.cpp @@ -3051,7 +3051,6 @@ PRBool nsHTMLDocument::SearchBlock(BlockText & aBlockText, } #if 0 -//DEBUG MJUDGE if (str) { PRInt32 inx = str - contentStr; @@ -3457,7 +3456,6 @@ static nsIDOMNode * FindDOMNode(nsIDOMNode * aNode, nsIContent * aContent) NS_IMETHODIMP nsHTMLDocument::FindNext(const nsString &aSearchStr, PRBool aMatchCase, PRBool aSearchDown, PRBool &aIsFound) { #if 0 -//DEBUG MJUDGE aIsFound = PR_FALSE; mShouldMatchCase = aMatchCase; diff --git a/mozilla/layout/html/document/src/nsHTMLDocument.cpp b/mozilla/layout/html/document/src/nsHTMLDocument.cpp index 5178e1c209a..a3ba894fd90 100644 --- a/mozilla/layout/html/document/src/nsHTMLDocument.cpp +++ b/mozilla/layout/html/document/src/nsHTMLDocument.cpp @@ -3051,7 +3051,6 @@ PRBool nsHTMLDocument::SearchBlock(BlockText & aBlockText, } #if 0 -//DEBUG MJUDGE if (str) { PRInt32 inx = str - contentStr; @@ -3457,7 +3456,6 @@ static nsIDOMNode * FindDOMNode(nsIDOMNode * aNode, nsIContent * aContent) NS_IMETHODIMP nsHTMLDocument::FindNext(const nsString &aSearchStr, PRBool aMatchCase, PRBool aSearchDown, PRBool &aIsFound) { #if 0 -//DEBUG MJUDGE aIsFound = PR_FALSE; mShouldMatchCase = aMatchCase;