diff options
Diffstat (limited to 'components/style/gecko/wrapper.rs')
-rw-r--r-- | components/style/gecko/wrapper.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style/gecko/wrapper.rs b/components/style/gecko/wrapper.rs index 9c32d301c13..ae8612fa490 100644 --- a/components/style/gecko/wrapper.rs +++ b/components/style/gecko/wrapper.rs @@ -1190,7 +1190,6 @@ impl<'le> TElement for GeckoElement<'le> { let base_declaration: &structs::DeclarationBlock = slots.mSMILOverrideStyleDeclaration.mRawPtr.as_ref()?; - assert_eq!(base_declaration.mType, structs::StyleBackendType_Servo); let declaration: &structs::ServoDeclarationBlock = mem::transmute(base_declaration); |