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

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

Issue 1912973002: [DevTools] JSONView parsing smarter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 6104f88f88e8bf4468b84f05eadce830c995c5b7..dd0737e2d3a1a66ffe51538d5c5dd918718ab70c 100644
--- a/third_party/WebKit/Source/devtools/front_end/externs.js
+++ b/third_party/WebKit/Source/devtools/front_end/externs.js
@@ -685,6 +685,10 @@ ESTree.Node = function()
this.id;
/** @type {(number|undefined)} */
this.length;
+ /** @type {(?ESTree.Node|undefined)} */
+ this.argument;
+ /** @type {(string|undefined)} */
+ this.operator;
}
/**

Powered by Google App Engine
This is Rietveld 408576698