mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 14:25:49 +00:00
Bug 1838738 - Remove a very noisy (when it is hit) warning. r=longsonr
Differential Revision: https://phabricator.services.mozilla.com/D181558
This commit is contained in:
parent
30b2e460f5
commit
efa1aae376
@ -266,8 +266,7 @@ static bool IsTooMuchRecursion(uint32_t aCount) {
|
||||
}
|
||||
break;
|
||||
}
|
||||
return NS_WARN_IF(aCount >=
|
||||
StaticPrefs::svg_use_element_recursive_clone_limit());
|
||||
return aCount >= StaticPrefs::svg_use_element_recursive_clone_limit();
|
||||
}
|
||||
|
||||
// Circular loop detection, plus detection of whether this shadow tree is
|
||||
|
Loading…
x
Reference in New Issue
Block a user