| 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 b57fc09e5e278bcff41ce6f56954b1ff7b1ace77..c7ec9290fedd7999978b4c4032e3fdee40c97e5a 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -4382,7 +4382,7 @@
|
| "type": "object",
|
| "description": "Violation configuration setting.",
|
| "properties": [
|
| - { "name": "name", "type": "string", "enum": ["longTask", "longLayout", "blockedEvent", "blockedParser"], "description": "Violation type." },
|
| + { "name": "name", "type": "string", "enum": ["longTask", "longLayout", "blockedEvent", "blockedParser", "handler", "recurringHandler"], "description": "Violation type." },
|
| { "name": "threshold", "type": "number", "description": "Time threshold to trigger upon." }
|
| ]
|
| }
|
|
|