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

Unified Diff: src/inspector/InjectedScriptSource.js

Issue 2354263003: [inspector] add presubmit.py to compile inspector-related scripts (Closed)
Patch Set: Created 4 years, 3 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: src/inspector/InjectedScriptSource.js
diff --git a/src/inspector/InjectedScriptSource.js b/src/inspector/InjectedScriptSource.js
index 92457fdfbdc06877c53ff13212673d666d09a640..39c6c9c1e84b0d461a415ab5f9a6d6ec2588f1a2 100644
--- a/src/inspector/InjectedScriptSource.js
+++ b/src/inspector/InjectedScriptSource.js
@@ -33,6 +33,7 @@
* @param {!InjectedScriptHostClass} InjectedScriptHost
* @param {!Window|!WorkerGlobalScope} inspectedGlobalObject
* @param {number} injectedScriptId
+ * @suppress {uselessCode}
*/
(function (InjectedScriptHost, inspectedGlobalObject, injectedScriptId) {
@@ -799,7 +800,6 @@ InjectedScript.RemoteObject.prototype = {
}
/**
- * @suppressReceiverCheck
* @param {*} object
* @param {*=} customObjectConfig
* @return {*}

Powered by Google App Engine
This is Rietveld 408576698