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

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

Issue 340513003: DevTools: Add JSDoc for static methods, fix JSDoc types and induced errors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased patch Created 6 years, 6 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/CookieParser.js ('k') | Source/devtools/front_end/sdk/Linkifier.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sdk/DebuggerModel.js
diff --git a/Source/devtools/front_end/sdk/DebuggerModel.js b/Source/devtools/front_end/sdk/DebuggerModel.js
index 846615e08006d7df1c16a18d8e297e50f3deabd9..e87d872f182bae2ee4ea15db688be78c5a6b68c4 100644
--- a/Source/devtools/front_end/sdk/DebuggerModel.js
+++ b/Source/devtools/front_end/sdk/DebuggerModel.js
@@ -844,6 +844,7 @@ WebInspector.DebuggerModel.Location = function(target, scriptId, lineNumber, col
/**
* @param {!WebInspector.Target} target
* @param {!DebuggerAgent.Location} payload
+ * @return {!WebInspector.DebuggerModel.Location}
*/
WebInspector.DebuggerModel.Location.fromPayload = function(target, payload)
{
« no previous file with comments | « Source/devtools/front_end/sdk/CookieParser.js ('k') | Source/devtools/front_end/sdk/Linkifier.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698