| Index: third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js b/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js
|
| index c99bed20ca50929251404344ea51f66a0b746397..4e0749e0363a5a263db8bfc6db3dd16d910ffb91 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js
|
| @@ -86,7 +86,7 @@ Resources.AppManifestView = class extends UI.VBox {
|
| this._errorsSection.element.classList.toggle('hidden', !errors.length);
|
| for (var error of errors) {
|
| this._errorsSection.appendRow().appendChild(
|
| - createLabel(error.message, error.critical ? 'smallicon-error' : 'smallicon-warning'));
|
| + UI.createLabel(error.message, error.critical ? 'smallicon-error' : 'smallicon-warning'));
|
| }
|
|
|
| if (!data)
|
|
|