| Index: third_party/WebKit/Source/devtools/front_end/components_lazy/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components_lazy/module.json b/third_party/WebKit/Source/devtools/front_end/components_lazy/module.json
|
| index ab6700f8d4bd83210d5ea57139ba4e2aca9b1fd8..9e12c809fd42962b7be1c6ec638194d624d57d21 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components_lazy/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components_lazy/module.json
|
| @@ -11,13 +11,19 @@
|
| "type": "@WebInspector.UISourceCodeFrame.LineDecorator",
|
| "className": "WebInspector.LineLevelProfile.LineDecorator",
|
| "decoratorType": "performance"
|
| + },
|
| + {
|
| + "type": "@WebInspector.UISourceCodeFrame.LineDecorator",
|
| + "className": "WebInspector.CoverageProfile.LineDecorator",
|
| + "decoratorType": "coverage"
|
| }
|
| ],
|
| "scripts": [
|
| "CookiesTable.js",
|
| "FilmStripModel.js",
|
| "FilmStripView.js",
|
| - "LineLevelProfile.js"
|
| + "LineLevelProfile.js",
|
| + "CoverageProfile.js"
|
| ],
|
| "resources": [
|
| "filmStripDialog.css",
|
|
|