| 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 e21053c5e419794d2c36d220b6876eef2426abec..afc737b6be18016714cbc6d1ee9b885c85fae1eb 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/ActionRegistry.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/ActionRegistry.js
|
| @@ -170,7 +170,7 @@
|
| */
|
| title: function()
|
| {
|
| - var title = this._extension.title(WebInspector.platform());
|
| + var title = this._extension.title();
|
| var options = this._extension.descriptor()["options"];
|
| if (options) {
|
| for (var pair of options) {
|
|
|