diff options
Diffstat (limited to 'components/style/binding_tools/regen.py')
-rwxr-xr-x | components/style/binding_tools/regen.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/style/binding_tools/regen.py b/components/style/binding_tools/regen.py index 20eb4a59444..e78595aee40 100755 --- a/components/style/binding_tools/regen.py +++ b/components/style/binding_tools/regen.py @@ -99,6 +99,9 @@ COMPILATION_TARGETS = { "mozilla::LazyComputeBehavior", "mozilla::css::SheetParsingMode", "mozilla::SkipRootBehavior", + "mozilla::DisplayItemClip", # Needed because bindgen generates + # specialization tests for this even + # though it shouldn't. ".*ThreadSafe.*Holder", "AnonymousContent", "AudioContext", |