| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 1a418b230db69a952ba9fe644ed0976e19698516..72045a6784431df47b7cf4bb79fa1a6b98e0f7f5 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -69,7 +69,7 @@
|
| {
|
| "id": "ResourceType",
|
| "type": "string",
|
| - "enum": ["Document", "Stylesheet", "Image", "Font", "Script", "XHR", "WebSocket", "Other"],
|
| + "enum": ["Document", "Stylesheet", "Image", "Media", "Font", "Script", "TextTrack", "XHR", "WebSocket", "Other"],
|
| "description": "Resource type as it was perceived by the rendering engine."
|
| },
|
| {
|
|
|