| Index: third_party/WebKit/Source/devtools/front_end/main/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/module.json b/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| index 313ebff272ff79a71e9eeb8a3d5a16c39bb2d83c..c622ba2d10a85d2e995403e532138efe3f466818 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| @@ -305,6 +305,14 @@
|
| "defaultValue": true
|
| },
|
| {
|
| + "type": "setting",
|
| + "category": "Console",
|
| + "title": "Bracket matching",
|
| + "settingName": "consoleBracketMatching",
|
| + "settingType": "boolean",
|
| + "defaultValue": false
|
| + },
|
| + {
|
| "type": "@WebInspector.SettingUI",
|
| "category": "Extensions",
|
| "className": "WebInspector.HandlerRegistry.OpenAnchorLocationSettingUI"
|
|
|