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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user