Index: third_party/WebKit/Source/devtools/protocol.json |
diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json |
index 47d4bacc5deb241a2dba11fa7d8b5463614a79d9..4d74dfdcac9f7edccae621264a29ecce2b8b6d0a 100644 |
--- a/third_party/WebKit/Source/devtools/protocol.json |
+++ b/third_party/WebKit/Source/devtools/protocol.json |
@@ -5190,7 +5190,7 @@ |
}, |
{ "id": "AXValueNativeSourceType", |
"type": "string", |
- "enum": [ "figcaption", "label", "labelfor", "labelwrapped", "tablecaption", "other" ], |
+ "enum": [ "figcaption", "label", "labelfor", "labelwrapped", "legend", "tablecaption", "other" ], |
"description": "Enum of possible native property sources (as a subtype of a particular AXValueSourceType)." |
}, |
{ |