| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 470ce4ef9008a12656e4e5c6adb0128b3789b163..3d14fc495055e1d32c046e06e5cb6545aa77e397 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -98,7 +98,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."
|
| },
|
| {
|
|
|