Fix bustage (comparison of nsCOMPtr<nsIFoo> with nsIFoo*)

git-svn-id: svn://10.0.0.236/trunk@29676 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
1999-04-28 04:29:13 +00:00
parent e5a075f5f3
commit 4537398482

View File

@@ -215,7 +215,7 @@ nsFindComponent::Context::MakeTSDocument() {
if ( document && presShell ) {
// Compare this document with the one we searched last time.
if ( document == mLastDocument ) {
if ( document.get() == mLastDocument ) {
// Same document, use the block index/offset we have remembered.
} else {
// New document, remember it and reset saved index/offset.