| Index: Source/devtools/front_end/source_frame/module.json
|
| diff --git a/Source/devtools/front_end/source_frame/module.json b/Source/devtools/front_end/source_frame/module.json
|
| index b6e5ca20e7c17a0216ddff1dfc5759fbd17aeec9..11c2bf2a9f6791970b21a6e9e3d2857321a10ba1 100644
|
| --- a/Source/devtools/front_end/source_frame/module.json
|
| +++ b/Source/devtools/front_end/source_frame/module.json
|
| @@ -9,11 +9,11 @@
|
| "className": "WebInspector.CodeMirrorUtils.TokenizerFactory"
|
| },
|
| {
|
| - "type": "ui-setting",
|
| - "section": "Sources",
|
| + "type": "setting",
|
| + "category": "Sources",
|
| "title": "Default indentation:",
|
| "settingName": "textEditorIndent",
|
| - "settingType": "select",
|
| + "settingType": "enum",
|
| "options": [
|
| ["2 spaces", " "],
|
| ["4 spaces", " "],
|
|
|