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 f81ef9190d8fe483a77b38baaf244ac7a138daa0..a7799096f522a670962a593fa66b0e929ce25549 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sdk/module.json |
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/module.json |
@@ -32,8 +32,14 @@ |
"settingType": "boolean", |
"defaultValue": false, |
"options": [ |
- { "value": true, "title": "Preserve log upon navigation" }, |
- { "value": false, "title": "Do not preserve log upon navigation" } |
+ { |
+ "value": true, |
+ "title": "Preserve log upon navigation" |
+ }, |
+ { |
+ "value": false, |
+ "title": "Do not preserve log upon navigation" |
+ } |
] |
}, |
{ |
@@ -43,8 +49,14 @@ |
"settingType": "boolean", |
"defaultValue": false, |
"options": [ |
- { "value": true, "title": "Pause on exceptions" }, |
- { "value": false, "title": "Do not pause on exceptions" } |
+ { |
+ "value": true, |
+ "title": "Pause on exceptions" |
+ }, |
+ { |
+ "value": false, |
+ "title": "Do not pause on exceptions" |
+ } |
] |
}, |
{ |
@@ -60,8 +72,14 @@ |
"settingType": "boolean", |
"defaultValue": false, |
"options": [ |
- { "value": true, "title": "Capture async stack traces" }, |
- { "value": false, "title": "Do not capture async stack traces" } |
+ { |
+ "value": true, |
+ "title": "Capture async stack traces" |
+ }, |
+ { |
+ "value": false, |
+ "title": "Do not capture async stack traces" |
+ } |
] |
}, |
{ |
@@ -112,7 +130,8 @@ |
"NetworkRequest.js", |
"PaintProfiler.js", |
"HeapProfilerModel.js", |
- "../SupportedCSSProperties.js" |
+ "../SupportedCSSProperties.js", |
pfeldman
2017/01/10 18:45:35
At some point, we should remove it.
chenwilliam
2017/01/10 19:37:54
I made a todo.
|
+ "FilmStripModel.js" |
], |
"skip_compilation": [ |
"../SupportedCSSProperties.js" |