Index: third_party/WebKit/Source/devtools/front_end/sdk/module.json |
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/module.json b/third_party/WebKit/Source/devtools/front_end/sdk/module.json |
index 8bb5fab5bcae6af056a80df266567fc3e9b158c7..f9396d16a8e7be179b338366535e8318d8418e31 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sdk/module.json |
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/module.json |
@@ -62,17 +62,19 @@ |
{ |
"type": "setting", |
"category": "Debugger", |
- "settingName": "enableAsyncStackTraces", |
+ "title": "Disable async stack traces", |
+ "settingName": "disableAsyncStackTraces", |
"settingType": "boolean", |
"defaultValue": false, |
+ "order": 2, |
"options": [ |
{ |
"value": true, |
- "title": "Capture async stack traces" |
+ "title": "Do not capture async stack traces" |
}, |
{ |
"value": false, |
- "title": "Do not capture async stack traces" |
+ "title": "Capture async stack traces" |
} |
] |
}, |