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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/debugger_script_externs.js

Issue 2112673003: [DevTools] Move suspended generator location to internal properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 4 years, 5 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/platform/v8_inspector/debugger_script_externs.js
diff --git a/third_party/WebKit/Source/platform/v8_inspector/debugger_script_externs.js b/third_party/WebKit/Source/platform/v8_inspector/debugger_script_externs.js
index 25d07542792e920dcef9f86c509bd800928c5e88..cf2a0457c4c1b33da13ce767d45da1146ae3eb30 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/debugger_script_externs.js
+++ b/third_party/WebKit/Source/platform/v8_inspector/debugger_script_externs.js
@@ -19,14 +19,6 @@ var Scope;
var RawLocation;
/** @typedef {{
- function: function(),
- functionName: string,
- status: string,
- location: (!RawLocation|undefined)
- }} */
-var GeneratorObjectDetails;
-
-/** @typedef {{
id: number,
name: string,
sourceURL: (string|undefined),

Powered by Google App Engine
This is Rietveld 408576698