| 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 c890ffbdf6a6e9ba333f64867ce2315544cf78a7..2acf948e633de61188f46e5adae93927129cf47e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js
|
| @@ -43,7 +43,7 @@ WebInspector.AppManifestView = function()
|
| this._displayField = this._presentationSection.appendField(WebInspector.UIString("Display"));
|
|
|
| WebInspector.targetManager.observeTargets(this, WebInspector.Target.Capability.DOM);
|
| -}
|
| +};
|
|
|
| WebInspector.AppManifestView.prototype = {
|
| /**
|
| @@ -148,4 +148,4 @@ WebInspector.AppManifestView.prototype = {
|
| },
|
|
|
| __proto__: WebInspector.VBox.prototype
|
| -}
|
| +};
|
|
|