| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| index d4421424d10881a3da18992ade69f5798072a1be..9279e8a16e2e2bdcdbdf1334d935de8dfbd7b04d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -3927,7 +3927,6 @@
|
| "properties": [
|
| { "name": "delay", "type": "number", "description": "<code>AnimationEffect</code>'s delay." },
|
| { "name": "endDelay", "type": "number", "description": "<code>AnimationEffect</code>'s end delay." },
|
| - { "name": "playbackRate", "type": "number", "description": "<code>AnimationEffect</code>'s playbackRate." },
|
| { "name": "iterationStart", "type": "number", "description": "<code>AnimationEffect</code>'s iteration start." },
|
| { "name": "iterations", "type": "number", "description": "<code>AnimationEffect</code>'s iterations." },
|
| { "name": "duration", "type": "number", "description": "<code>AnimationEffect</code>'s iteration duration." },
|
|
|