| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index dfb793589a9418c60218d6d8dfa63922703ae13c..e523dfba81ef3064658dc432f7ceee874e48ee5f 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -4919,7 +4919,6 @@
|
| "type": "object",
|
| "properties": [
|
| { "name": "offset", "type": "string", "description": "Keyframe's time offset." },
|
| - { "name": "style", "$ref": "CSS.CSSStyle", "description": "Keyframe's associated CSS style declaration." },
|
| { "name": "easing", "type": "string", "description": "<code>AnimationNode</code>'s timing function." }
|
| ],
|
| "description": "Keyframe Style"
|
|
|