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

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

Issue 203443010: DevTools: [JsDocValidator] Fix checking of receivers specified as arguments (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add a suppression hint message Created 6 years, 9 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/PropertiesSidebarPane.js ('k') | Source/devtools/front_end/RuntimeModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/RemoteObject.js
diff --git a/Source/devtools/front_end/RemoteObject.js b/Source/devtools/front_end/RemoteObject.js
index 916d4d9fd6ff82edd880cc70f5a420db3000fa61..1072e2107a4c0f10ecfd954841fcc58d03e751a1 100644
--- a/Source/devtools/front_end/RemoteObject.js
+++ b/Source/devtools/front_end/RemoteObject.js
@@ -284,6 +284,7 @@ WebInspector.RemoteObjectImpl.prototype = {
{
/**
* @param {string} arrayStr
+ * @suppressReceiverCheck
* @this {Object}
*/
function remoteFunction(arrayStr)
« no previous file with comments | « Source/devtools/front_end/PropertiesSidebarPane.js ('k') | Source/devtools/front_end/RuntimeModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698