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

Unified Diff: Source/devtools/front_end/Script.js

Issue 80383004: DevTools: Show asynchronous call stacks on frontend. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: addressed Created 7 years 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
« no previous file with comments | « Source/devtools/front_end/Placard.js ('k') | Source/devtools/front_end/Settings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/Script.js
diff --git a/Source/devtools/front_end/Script.js b/Source/devtools/front_end/Script.js
index f87bfbfa1de9c635d4d654219e061b88a6434759..9c736206d1ec2f67f7ca13d7d07316e988b3d32b 100644
--- a/Source/devtools/front_end/Script.js
+++ b/Source/devtools/front_end/Script.js
@@ -226,7 +226,7 @@ WebInspector.Script.prototype = {
/**
* @param {WebInspector.DebuggerModel.Location} rawLocation
* @param {function(!WebInspector.UILocation):(boolean|undefined)} updateDelegate
- * @return {WebInspector.Script.Location}
+ * @return {!WebInspector.Script.Location}
*/
createLiveLocation: function(rawLocation, updateDelegate)
{
« no previous file with comments | « Source/devtools/front_end/Placard.js ('k') | Source/devtools/front_end/Settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698