Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index cbd91ad7b20407b6b68f1c9ef687efd63ac7a52e..e5a930a95eaf046a88ac086cf563dfce02a7ab31 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." |
}, |
{ |