| Index: third_party/WebKit/Source/devtools/front_end/components/RequestAppBannerActionDelegate.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/RequestAppBannerActionDelegate.js b/third_party/WebKit/Source/devtools/front_end/components/RequestAppBannerActionDelegate.js
|
| index a128fe89b1ffcf7308afa03c3efe7740bf53b108..c85b6c95d4d30280ae13feb3aa9013f1355a97fc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/RequestAppBannerActionDelegate.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/RequestAppBannerActionDelegate.js
|
| @@ -8,7 +8,7 @@
|
| */
|
| WebInspector.RequestAppBannerActionDelegate = function()
|
| {
|
| -}
|
| +};
|
|
|
| WebInspector.RequestAppBannerActionDelegate.prototype = {
|
| /**
|
| @@ -26,4 +26,4 @@ WebInspector.RequestAppBannerActionDelegate.prototype = {
|
| }
|
| return true;
|
| }
|
| -}
|
| +};
|
|
|