attempting to fix irix bustage by removing ^M

git-svn-id: svn://10.0.0.236/trunk@141466 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com
2003-04-20 03:14:09 +00:00
parent 50caa43aa2
commit 18e2476790
2 changed files with 2 additions and 2 deletions

View File

@@ -4609,7 +4609,7 @@ nsTypedSelection::nsTypedSelection(nsSelection *aList)
mDirection = eDirNext;
mAutoScrollTimer = nsnull;
mScrollEventPosted = PR_FALSE;
mCachedOffsetForFrame = nsnull;
mCachedOffsetForFrame = nsnull;
}