Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1738)

Unified Diff: Source/devtools/front_end/sdk/Target.js

Issue 404953004: DevTools: Refactor linkifyRawLocation to use fallback url (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/sdk/Target.js
diff --git a/Source/devtools/front_end/sdk/Target.js b/Source/devtools/front_end/sdk/Target.js
index 7245488f340256b46f309da3ba7a1e48f5057097..3d8c8bd5e661985b3d10fa9136e64eaa423ae9dd 100644
--- a/Source/devtools/front_end/sdk/Target.js
+++ b/Source/devtools/front_end/sdk/Target.js
@@ -212,6 +212,14 @@ WebInspector.Target.prototype = {
this.cpuProfilerModel.dispose();
},
+ /**
+ * @return {boolean}
+ */
+ isDead: function()
apavlov 2014/07/20 09:50:36 I'd advise against using terms having strongly neg
sergeyv 2014/07/21 12:06:54 Done.
+ {
+ return this._connection.isClosed();
+ },
+
__proto__: Protocol.Agents.prototype
}
« Source/devtools/front_end/sdk/Linkifier.js ('K') | « Source/devtools/front_end/sdk/Linkifier.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698