| Index: compiled/filter/ElemHideBase.cpp |
| =================================================================== |
| --- a/compiled/filter/ElemHideBase.cpp |
| +++ b/compiled/filter/ElemHideBase.cpp |
| @@ -109,17 +109,17 @@ |
| bool emulation = false; |
| bool exception = scanner.skipOne(ABP_TEXT('@')); |
| if (exception) |
| seenSpaces |= scanner.skip(ABP_TEXT(' ')); |
| else |
| emulation = scanner.skipOne(ABP_TEXT('?')); |
| String::value_type next = scanner.next(); |
| - if (next != u'#') |
| + if (next != ABP_TEXT('#')) |
| return Type::UNKNOWN; |
| // Selector part |
| // Selector shouldn't be empty |
| seenSpaces |= scanner.skip(ABP_TEXT(' ')); |
| if (scanner.done()) |
| return Type::UNKNOWN; |