| Index: third_party/WebKit/Source/devtools/front_end/devices/DevicesView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/devices/DevicesView.js b/third_party/WebKit/Source/devtools/front_end/devices/DevicesView.js
|
| index 082c94213fd6082d1118f2e515af2eecbdbb8f08..91d23713b89d57aec6c440a006f0072e8d716b0a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/devices/DevicesView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/devices/DevicesView.js
|
| @@ -791,8 +791,7 @@ Devices.DevicesView.DeviceView = class extends UI.VBox {
|
|
|
| var titleRow = element.createChild('div', 'device-page-title-row');
|
| var title = titleRow.createChild('div', 'device-page-title');
|
| - var inspect =
|
| - UI.createTextButton(Common.UIString('Inspect'), doAction.bind(null, 'inspect'), 'device-inspect-button');
|
| + var inspect = UI.createTextButton(Common.UIString('Inspect'), doAction.bind(null, 'inspect'));
|
| titleRow.appendChild(inspect);
|
|
|
| var toolbar = new UI.Toolbar('');
|
|
|