diff options
Diffstat (limited to 'components/style/sharing/mod.rs')
-rw-r--r-- | components/style/sharing/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/style/sharing/mod.rs b/components/style/sharing/mod.rs index f0637742173..ae35d734b91 100644 --- a/components/style/sharing/mod.rs +++ b/components/style/sharing/mod.rs @@ -667,8 +667,7 @@ impl<E: TElement> StyleSharingCache<E> { } // We do not ignore visited state here, because Gecko needs to store - // extra bits on visited style contexts, so these contexts cannot be - // shared. + // extra bits on visited styles, so these contexts cannot be shared. if target.element.state() != candidate.state() { trace!("Miss: User and Author State"); return None; |