| 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 482956ff233dc49a50b66a4a1bc89b44492ca00b..1daca929f59191dd8a252ed81173282e69bb8878 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -5187,7 +5187,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)."
|
| },
|
| {
|
|
|