diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-19 15:21:36 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-19 15:21:36 +0200 |
commit | a3f4b43ff806c3dab1f2410d6dc5017c6a05accb (patch) | |
tree | 7beab7f7433064692ace51fea3c81dd18e173478 /src/adblock/adblockruletextmatchimpl.h | |
parent | BookmarkOwner class clean-up (diff) | |
parent | Skip the hiding rules specific to domains (diff) | |
download | rekonq-a3f4b43ff806c3dab1f2410d6dc5017c6a05accb.tar.xz |
Merge commit 'refs/merge-requests/179' of git://gitorious.org/rekonq/mainline into m179
Diffstat (limited to 'src/adblock/adblockruletextmatchimpl.h')
-rw-r--r-- | src/adblock/adblockruletextmatchimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adblock/adblockruletextmatchimpl.h b/src/adblock/adblockruletextmatchimpl.h index f0e78be0..28b0656c 100644 --- a/src/adblock/adblockruletextmatchimpl.h +++ b/src/adblock/adblockruletextmatchimpl.h @@ -36,7 +36,7 @@ class AdBlockRuleTextMatchImpl : public AdBlockRuleImpl { public: AdBlockRuleTextMatchImpl(const QString &filter); - bool match(const QString &encodedUrl) const; + bool match(const QString &encodedUrl, const QString &encodedUrlLowerCase) const; static bool isTextMatchFilter(const QString &filter); |