| Index: third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js b/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js
|
| index 09d58bcb65f83d4b283d22a3b9a9f33495e9e137..cc302252bedafc406b869634ba13c95803c47bd6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js
|
| @@ -55,7 +55,7 @@ WebInspector.CookieItemsView = function(treeElement, cookieDomain)
|
| this._emptyWidget.show(this.element);
|
|
|
| this.element.addEventListener("contextmenu", this._contextMenu.bind(this), true);
|
| -}
|
| +};
|
|
|
| WebInspector.CookieItemsView.prototype = {
|
| /**
|
| @@ -188,4 +188,4 @@ WebInspector.CookieItemsView.prototype = {
|
| },
|
|
|
| __proto__: WebInspector.SimpleView.prototype
|
| -}
|
| +};
|
|
|