| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index bc1147c4515c7d1c657577e31121759c82619ad8..bae72f6c0be765e6945fcf7354658c8fc823869f 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -4751,6 +4751,7 @@
|
| "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." },
|
|
|