mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Typo in comment
This commit is contained in:
parent
abe114c8e3
commit
831a707616
1 changed files with 1 additions and 1 deletions
|
@ -3235,7 +3235,7 @@ class ExtSelectorCompiler {
|
|||
|
||||
// CSSTree library holds onto last string parsed, and this is problematic
|
||||
// when the string is a slice of a huge parent string (typically a whole
|
||||
// filter lists), it causes the huge parent string to stay in memory.
|
||||
// filter list), it causes the huge parent string to stay in memory.
|
||||
// Asking CSSTree to parse an empty string resolves this issue.
|
||||
finish() {
|
||||
cssTree.parse('');
|
||||
|
|
Loading…
Reference in a new issue