mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 06:52:25 +00:00
Removed the url comparison test that's no longer needed now that crawling is hooked to the EndLoadURL notification
This commit is contained in:
parent
86b252c594
commit
8346b74251
@ -259,11 +259,6 @@ nsWebCrawler:: EndLoadURL(nsIWebShell* aShell,
|
||||
NS_RELEASE(shell);
|
||||
}
|
||||
|
||||
// Skip url post-processing for non-document urls
|
||||
if (!mCurrentURL.Equals(tmp)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if ((nsnull != mFilter) || (nsnull != mOutputDir)) {
|
||||
nsIPresShell* shell = GetPresShell();
|
||||
if (nsnull != shell) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user