| Index: third_party/WebKit/Source/devtools/front_end/ui/ActionRegistry.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/ActionRegistry.js b/third_party/WebKit/Source/devtools/front_end/ui/ActionRegistry.js
|
| index 7f0438453286f3da02dadd807fefcdfe26685831..4efcbfafbf2e8e8bbaa92543084514045482c396 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/ActionRegistry.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/ActionRegistry.js
|
| @@ -209,7 +209,7 @@ UI.ActionDelegate.prototype = {
|
| * @param {string} actionId
|
| * @return {boolean}
|
| */
|
| - handleAction: function(context, actionId) {}
|
| + handleAction(context, actionId) {}
|
| };
|
|
|
| /** @type {!UI.ActionRegistry} */
|
|
|