mirror of
https://github.com/servo/servo
synced 2026-05-14 02:47:14 +02:00
script: Pass &mut JSContext to CSSKeyframeRule::Style (#43549)
Move `CSSKeyframeRule::Style` from `CanGc` to `&mut JSContext`. Testing: Just a refactor, Existing tests suffice. Fixes: Part of #42638 Signed-off-by: arabson99 <arabiusman99@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d44f2da4e2
commit
6c7fcd41bd
@@ -127,7 +127,7 @@ DOMInterfaces = {
|
||||
},
|
||||
|
||||
'CSSKeyframeRule': {
|
||||
'canGc': ['Style'],
|
||||
'cx': ['Style'],
|
||||
},
|
||||
|
||||
'CSSKeyframesRule': {
|
||||
|
||||
Reference in New Issue
Block a user