aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/shared/script/lib.rs')
-rw-r--r--components/shared/script/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/script/lib.rs b/components/shared/script/lib.rs
index 43010955aff..35f7520684e 100644
--- a/components/shared/script/lib.rs
+++ b/components/shared/script/lib.rs
@@ -762,7 +762,7 @@ pub struct IFrameLoadInfoWithData {
}
bitflags! {
- #[derive(Deserialize, Serialize)]
+ #[derive(Default, Deserialize, Serialize)]
/// Specifies if rAF should be triggered and/or CSS Animations and Transitions.
pub struct AnimationTickType: u8 {
/// Trigger a call to requestAnimationFrame.