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 a06c3d64536b06c6ebcea3b82dd8524024c9179a..24c9dd3f6e062765bce74476ed6f5631aafd37f4 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/devices/DevicesView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/devices/DevicesView.js |
@@ -634,7 +634,7 @@ WebInspector.DevicesView.DeviceView.prototype = { |
section.url.textContent = ""; |
section.url.appendChild(WebInspector.linkifyURLAsNode(page.url, undefined, undefined, true)); |
} |
- section.inspect.disabled = page.adbAttachedForeign; |
+ section.inspect.disabled = page.attached; |
section.page = page; |
}, |