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

Unified Diff: third_party/WebKit/Source/devtools/front_end/externs.js

Issue 1763193002: [DevTools] Fix more frontend compiler errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@caseq-patch
Patch Set: Created 4 years, 10 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: third_party/WebKit/Source/devtools/front_end/externs.js
diff --git a/third_party/WebKit/Source/devtools/front_end/externs.js b/third_party/WebKit/Source/devtools/front_end/externs.js
index 3ba37ff730f438e0c011a2abbb17c6f406ecccaf..1cb9219ba47ba5bb50fc059ff0bb98cf152393e9 100644
--- a/third_party/WebKit/Source/devtools/front_end/externs.js
+++ b/third_party/WebKit/Source/devtools/front_end/externs.js
@@ -694,7 +694,7 @@ ESTree.Node = function()
this.params;
/** @type {(string|undefined)} */
this.name;
- /** @type {(!Array.<!ESTree.Node>|undefined)} */
+ /** @type {(?ESTree.Node|undefined)} */
this.id;
}

Powered by Google App Engine
This is Rietveld 408576698