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

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

Issue 402873002: DevTools: Build function details' raw location in DebuggerModel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comment addressed 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
« no previous file with comments | « Source/devtools/front_end/sdk/DebuggerModel.js ('k') | Source/devtools/front_end/sources/SourcesPanel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sdk/RemoteObject.js
diff --git a/Source/devtools/front_end/sdk/RemoteObject.js b/Source/devtools/front_end/sdk/RemoteObject.js
index 469cedd26df4e135ae92e207c262ec8e8f82b66c..ba1fef791f16a027ad52f1d0b1ecb6ce7923e1cb 100644
--- a/Source/devtools/front_end/sdk/RemoteObject.js
+++ b/Source/devtools/front_end/sdk/RemoteObject.js
@@ -131,7 +131,7 @@ WebInspector.RemoteObject.prototype = {
},
/**
- * @param {function(?DebuggerAgent.FunctionDetails)} callback
+ * @param {function(?WebInspector.DebuggerModel.FunctionDetails)} callback
*/
functionDetails: function(callback)
{
@@ -590,7 +590,7 @@ WebInspector.RemoteObjectImpl.prototype = {
},
/**
- * @param {function(?DebuggerAgent.FunctionDetails)} callback
+ * @param {function(?WebInspector.DebuggerModel.FunctionDetails)} callback
*/
functionDetails: function(callback)
{
« no previous file with comments | « Source/devtools/front_end/sdk/DebuggerModel.js ('k') | Source/devtools/front_end/sources/SourcesPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698