| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 103be8b444e98026597a151aaed220cb5ef5b408..2189c1a370e9906390d467d4b6df3bf83f356538 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -4701,7 +4701,6 @@
|
| "hidden": true,
|
| "properties": [
|
| { "name": "delay", "type": "number", "description": "<code>AnimationNode</code>'s delay." },
|
| - { "name": "endDelay", "type": "number", "description": "<code>AnimationNode</code>'s end delay." },
|
| { "name": "playbackRate", "type": "number", "description": "<code>AnimationNode</code>'s playbackRate." },
|
| { "name": "iterationStart", "type": "number", "description": "<code>AnimationNode</code>'s iteration start." },
|
| { "name": "iterations", "type": "number", "description": "<code>AnimationNode</code>'s iterations." },
|
|
|