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

Unified Diff: src/debug/debug-interface.h

Issue 2851853002: [inspector] entered into context before getPossibleBreakpoints call (Closed)
Patch Set: Created 3 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: src/debug/debug-interface.h
diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h
index ffe34c112ebb4c521bf4c7b0c54590450c550110..8f39fc556f91ee1d55faea95d0b5fb028ee4a4de 100644
--- a/src/debug/debug-interface.h
+++ b/src/debug/debug-interface.h
@@ -156,6 +156,7 @@ class WasmScript : public Script {
int NumFunctions() const;
int NumImportedFunctions() const;
+ Maybe<int> ContextId() const;
std::pair<int, int> GetFunctionRange(int function_index) const;

Powered by Google App Engine
This is Rietveld 408576698