| 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 9e12c809fd42962b7be1c6ec638194d624d57d21..ae8f431d6cbe167ee8fee524b6c227f5bbe23095 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
|
| @@ -8,13 +8,13 @@
|
| ],
|
| "extensions": [
|
| {
|
| - "type": "@WebInspector.UISourceCodeFrame.LineDecorator",
|
| - "className": "WebInspector.LineLevelProfile.LineDecorator",
|
| + "type": "@Sources.UISourceCodeFrame.LineDecorator",
|
| + "className": "Components.LineLevelProfile.LineDecorator",
|
| "decoratorType": "performance"
|
| },
|
| {
|
| - "type": "@WebInspector.UISourceCodeFrame.LineDecorator",
|
| - "className": "WebInspector.CoverageProfile.LineDecorator",
|
| + "type": "@Sources.UISourceCodeFrame.LineDecorator",
|
| + "className": "Components.CoverageProfile.LineDecorator",
|
| "decoratorType": "coverage"
|
| }
|
| ],
|
|
|