| Index: third_party/WebKit/Source/devtools/front_end/ui/ContextMenu.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/ContextMenu.js b/third_party/WebKit/Source/devtools/front_end/ui/ContextMenu.js
|
| index b91fdc66ec3e2e2c9fbc7334aadd55a18a79f788..09a391db73d6ddd57f584ad7a78ce36521f8db89 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/ContextMenu.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/ContextMenu.js
|
| @@ -479,5 +479,5 @@ UI.ContextMenu.Provider.prototype = {
|
| * @param {!UI.ContextMenu} contextMenu
|
| * @param {!Object} target
|
| */
|
| - appendApplicableItems: function(event, contextMenu, target) {}
|
| + appendApplicableItems(event, contextMenu, target) {}
|
| };
|
|
|